Changeset 15224 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Oct 4, 2007, 2:59:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r14834 r15224 35 35 if (!input) { 36 36 psError(PS_ERR_UNEXPECTED_NULL, false, "Can't find input data!\n"); 37 return false; 38 } 39 pmFPAfile *output = psMetadataLookupPtr(NULL, config->files, "PPSTACK.OUTPUT"); // Output file 40 if (!output) { 41 psError(PS_ERR_UNEXPECTED_NULL, false, "Can't find output data!\n"); 37 42 return false; 38 43 } … … 87 92 // Perform statistics on the cell 88 93 if (stats) { 89 ppStatsFPA(stats, input->fpa, view, maskBlank, config);94 ppStatsFPA(stats, output->fpa, view, maskBlank, config); 90 95 } 91 96
Note:
See TracChangeset
for help on using the changeset viewer.
