Changeset 9697 for trunk/psModules/src/concepts/pmConceptsRead.c
- Timestamp:
- Oct 20, 2006, 4:12:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r9570 r9697 257 257 pmHDU *hduLow = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level 258 258 if (!hduLow) { 259 psError(PS_ERR_UNKNOWN, true, "Can't find HDU at lowest level");260 return false;259 // We read the defaults for all the HDUs we could find 260 return true; 261 261 } 262 262 pmHDU *hduHigh = pmHDUGetHighest(fpa, chip, cell); // The HDU at the highest level
Note:
See TracChangeset
for help on using the changeset viewer.
