Changeset 18408
- Timestamp:
- Jul 2, 2008, 2:07:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/extern/ricecomp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/extern/ricecomp.h
r18269 r18408 4 4 // decompression. In order to include this .c file (or future upgrades), we include our own 5 5 // version of ricecomp.h (not the one available in the CFITSIO tree) and include it instead of 6 // fitsio2.h. This file defines our own version of ffpmsg. 6 // fitsio2.h. This file defines our own version of ffpmsg. 7 7 8 int ffpmsg (char *line) { 9 10 fprintf (stderr, "%s\n", line); 11 return 1; 12 } 8 #define ffpmsg(MSG) fprintf(stderr, "%s\n", MSG)
Note:
See TracChangeset
for help on using the changeset viewer.
