- Timestamp:
- Jan 18, 2008, 3:04:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080117/psLib/src/fits/psFitsFloatFile.c
r15630 r16141 44 44 PS_ASSERT_FITS_NON_NULL(fits, PS_FITS_FLOAT_NONE); 45 45 46 if (!fits->conventions.psBitpix) { 46 psFitsOptions *options = fits->options; // FITS I/O options 47 48 if (!options || !options->conventions.psBitpix) { 47 49 return PS_FITS_FLOAT_NONE; 48 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
