Changeset 12662
- Timestamp:
- Mar 28, 2007, 4:50:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r12659 r12662 203 203 } 204 204 205 pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // Any HDU, required for the format 206 if (!hdu) { 207 // Can't do anything --- don't record any success, but don't return an error either 208 return true; 209 } 210 205 211 bool success = true; // Success in reading concepts? 206 212 if (source & PM_CONCEPT_SOURCE_CELLS && !(*read & PM_CONCEPT_SOURCE_CELLS) && cell) {
Note:
See TracChangeset
for help on using the changeset viewer.
