Changeset 30008
- Timestamp:
- Dec 9, 2010, 3:11:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppStack/src/ppStackLoop.c
r29552 r30008 188 188 ppStackMemDump("photometry"); 189 189 190 // Update Header 191 if (!ppStackUpdateHeader(options, config)) { 192 psError(psErrorCodeLast(), false, "Unable to update header."); 193 psFree(stack); 194 return false; 195 } 196 190 197 // Clean up 191 198 psTrace("ppStack", 2, "Cleaning up after combination....\n"); … … 231 238 ppStackMemDump("unconv"); 232 239 240 // XXX this chunk is identical to the file close / free operations in ppStackCleanup.c 241 // check on which files are active and when... 233 242 if (!ppStackFilesIterateUp(config)) { 234 243 psError(psErrorCodeLast(), false, "Unable to close files.");
Note:
See TracChangeset
for help on using the changeset viewer.
