Changeset 25825 for branches/pap/ppStack/src/ppStackCombinePrepare.c
- Timestamp:
- Oct 9, 2009, 2:57:04 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackCombinePrepare.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackCombinePrepare.c
r25787 r25825 33 33 pmCell *outCell = pmFPAfileThisCell(config->files, view, "PPSTACK.OUTPUT"); // Output cell 34 34 options->outRO = pmReadoutAlloc(outCell); // Output readout 35 options->unconvRO = pmReadoutAlloc(outCell); // Unconvolved readout 35 36 pmCell *unconvCell = pmFPAfileThisCell(config->files, view, "PPSTACK.UNCONV"); // Unconvolved cell 37 options->unconvRO = pmReadoutAlloc(unconvCell); // Unconvolved readout 38 36 39 psFree(view); 37 40
Note:
See TracChangeset
for help on using the changeset viewer.
