Changeset 20887
- Timestamp:
- Dec 4, 2008, 10:06:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeFiles.c
r18756 r20887 58 58 } 59 59 psFree(fileView); 60 61 // Read the headers, so we can have the concepts available 62 pmCell *cell = pmFPAviewThisCell(view, input->fpa); // Cell of interest 63 if (!pmCellReadHeaderSet(cell, input->fits, config)) { 64 psError(PS_ERR_UNKNOWN, false, "Unable to read headers for image %d", num); 65 return false; 66 } 60 67 } 61 68 bool mdok; // Status of MD lookup
Note:
See TracChangeset
for help on using the changeset viewer.
