- Timestamp:
- Mar 5, 2009, 11:13:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubReadoutSubtract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
-
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubReadoutSubtract.c
r22419 r23197 88 88 pmFPAfile *outFile = psMetadataLookupPtr(&mdok, config->files, "PPSUB.OUTPUT"); // Output file 89 89 pmFPA *outFPA = outFile->fpa; // Output FPA 90 if (!pm FPACopyConcepts(outFPA, inFPA)) {90 if (!pmConceptsCopyFPA(outFPA, inFPA, true, true)) { 91 91 psError(PS_ERR_UNKNOWN, false, "Unable to copy concepts from input to output."); 92 92 psFree(outRO);
Note:
See TracChangeset
for help on using the changeset viewer.
