Changeset 28484 for branches/pap/Ohana/src/opihi/cmd.data/extract.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
- Property svn:mergeinfo set to
-
branches/pap/Ohana/src/opihi/cmd.data/extract.c
r27435 r28484 70 70 if ((out[0].header.Naxis[1] != Ny) || (out[0].header.Naxis[0] != Nx)) { 71 71 gprint (GP_ERR, "matrix sizes mis-matched\n"); 72 gprint (GP_ERR, "%d x %d vs %lld x %lld\n", Nx, Ny,73 (long long) out[0].header.Naxis[0], (long long)out[0].header.Naxis[1]);72 gprint (GP_ERR, "%d x %d vs "OFF_T_FMT" x "OFF_T_FMT"\n", Nx, Ny, 73 out[0].header.Naxis[0], out[0].header.Naxis[1]); 74 74 return (FALSE); 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
