Changeset 28241 for trunk/Ohana/src/libfits/matrix/F_load_M.c
- Timestamp:
- Jun 6, 2010, 4:06:31 PM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libfits/matrix/F_load_M.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/czw_branch/20100427/Ohana merged eligible /branches/eam_branches/Ohana.20100606 merged eligible /branches/haf_branches/ipp.20100512/Ohana merged eligible /branches/pap/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libfits/matrix/F_load_M.c
r27435 r28241 95 95 } 96 96 if (nbytes != Nbytes) { /* this is a FITS error, but often the image is OK */ 97 fprintf (stderr, "incomplete block in FITS file: ( %lld, %lld)\n", (long long) nbytes, (long long)Nbytes);97 fprintf (stderr, "incomplete block in FITS file: ("OFF_T_FMT", "OFF_T_FMT")\n", nbytes, Nbytes); 98 98 return (TRUE); 99 99 }
Note:
See TracChangeset
for help on using the changeset viewer.
