Changeset 6582 for branches/rel10_ifa/psModules/src/astrom/pmFPARead.c
- Timestamp:
- Mar 13, 2006, 11:50:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPARead.c
r6575 r6582 184 184 { 185 185 pmHDU *hdu = pmHDUFromCell(cell); // The HDU 186 if (!hdu) { 187 return false; // Nothing to see here; move along 188 } 186 189 if (!hdu->images && !pmHDURead(hdu, fits)) { 187 190 psError(PS_ERR_IO, false, "Unable to read HDU for cell.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
