Changeset 16993 for trunk/psLib/src/fits/psFits.c
- Timestamp:
- Mar 14, 2008, 8:24:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r16204 r16993 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.7 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 1-23 22:40:54$9 * @version $Revision: 1.79 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-03-14 18:24:27 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 296 296 } 297 297 298 // Ignore COMPRESSED_IMAGE extension name?299 bool ignoreCI = (!options || (options->conventions.compression && 300 (strcmp(extname, "COMPRESSED_IMAGE") != 0))); 298 // Ignore EXTNAME with value COMPRESSED_IMAGE? 299 bool ignoreCI = (!options || (options->conventions.compression && (strcmp(extname, "COMPRESSED_IMAGE") != 0))); 300 301 301 char *extword = (options && options->extword) ? options->extword : "EXTNAME"; // Word for extension name 302 302
Note:
See TracChangeset
for help on using the changeset viewer.
