Changeset 19191
- Timestamp:
- Aug 25, 2008, 12:18:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r18920 r19191 119 119 } 120 120 121 // Output subtraction kernel 122 pmFPAfile *outKernels = pmFPAfileDefineOutput(config, output->fpa, "PPSUB.OUTPUT.KERNELS"); 123 if (!outKernels) { 124 psError(PS_ERR_IO, false, _("Unable to generate output file from PPSUB.OUTPUT.KERNELS")); 125 return false; 126 } 127 if (outKernels->type != PM_FPA_FILE_SUBKERNELS) { 128 psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNELS"); 129 return false; 130 } 131 121 132 #if 0 122 133 if (!pmFPAAddSourceFromFormat(output->fpa, "Subtraction", output->format)) {
Note:
See TracChangeset
for help on using the changeset viewer.
