Changeset 38709 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- Sep 3, 2015, 1:22:04 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r38063 r38709 317 317 checkFileruleFileSave (output, config); 318 318 checkFileruleFileSave (outMask, config); 319 pmFPAfile *outVar = NULL; 319 320 if (inVar && refVar) { 320 pmFPAfile *outVar = defineOutputFile(config, output, false, "PPSUB.OUTPUT.VARIANCE",321 outVar = defineOutputFile(config, output, false, "PPSUB.OUTPUT.VARIANCE", 321 322 PM_FPA_FILE_VARIANCE); 322 323 if (!outVar) { … … 325 326 } 326 327 checkFileruleFileSave (outVar, config); 328 } 329 // If we are in update mode unconditionally save the output files 330 bool updateMode = psMetadataLookupBool(NULL, config->arguments, "-updatemode"); 331 if (updateMode) { 332 output->save = true; 333 outMask->save = true; 334 if (outVar) { 335 outVar->save = true; 336 } 327 337 } 328 338
Note:
See TracChangeset
for help on using the changeset viewer.
