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