Changeset 26202 for trunk/psphot/src
- Timestamp:
- Nov 19, 2009, 3:42:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotEfficiency.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotEfficiency.c
r25890 r26202 128 128 psFree(rng); 129 129 130 bool oldThreads = pmReadoutFakeThreads(true); // Old threading status 131 130 132 pmReadout *fakeRO = pmReadoutAlloc(NULL); // Fake readout 131 133 if (!pmReadoutFakeFromVectors(fakeRO, numCols, numRows, xAll, yAll, magAll, … … 141 143 psFree(xAll); 142 144 psFree(yAll); 145 146 pmReadoutFakeThreads(oldThreads); 143 147 144 148 psBinaryOp(ro->image, ro->image, "+", fakeRO->image);
Note:
See TracChangeset
for help on using the changeset viewer.
