IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26217


Ignore:
Timestamp:
Nov 20, 2009, 1:21:56 PM (16 years ago)
Author:
bills
Message:

back out changes from -r26202

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotEfficiency.c

    r26202 r26217  
    128128    psFree(rng);
    129129
    130     bool oldThreads = pmReadoutFakeThreads(true); // Old threading status
    131 
    132130    pmReadout *fakeRO = pmReadoutAlloc(NULL); // Fake readout
    133131    if (!pmReadoutFakeFromVectors(fakeRO, numCols, numRows, xAll, yAll, magAll,
     
    143141    psFree(xAll);
    144142    psFree(yAll);
    145 
    146     pmReadoutFakeThreads(oldThreads);
    147143
    148144    psBinaryOp(ro->image, ro->image, "+", fakeRO->image);
Note: See TracChangeset for help on using the changeset viewer.