- Timestamp:
- Jun 20, 2012, 6:58:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/camera/pmFPAfileDefine.c
r31633 r34044 333 333 psMetadataItem *fuzz = psMetadataLookup(scheme, "FUZZ"); // Quantisation fuzz? 334 334 if (fuzz) { 335 if (fuzz->type != PS_ TYPE_BOOL) {335 if (fuzz->type != PS_DATA_BOOL) { 336 336 psWarning("FUZZ in compression scheme %s isn't boolean.", fitsType); 337 337 goto FITS_OPTIONS_DONE;
Note:
See TracChangeset
for help on using the changeset viewer.
