Changeset 27040 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- Feb 23, 2010, 1:08:20 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r26982 r27040 107 107 108 108 // look for the file on the RUN metadata 109 pmFPAfile *file = pmFPAfileDefineFromRun(&status, bind, config, filerule); // File to return109 pmFPAfile *file = pmFPAfileDefineFromRun(&status, NULL, config, filerule); // File to return 110 110 if (!status) { 111 111 psError(psErrorCodeLast(), false, "Failed to load file definition for %s", filerule); … … 348 348 349 349 // Output subtraction kernel 350 pmFPAfile *kernel = defineCalcFile(config, NULL, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL);350 pmFPAfile *kernel = defineCalcFile(config, output, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL); 351 351 if (!kernel) { 352 352 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to define file PPSUB.OUTPUT.KERNELS");
Note:
See TracChangeset
for help on using the changeset viewer.
