IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26453


Ignore:
Timestamp:
Dec 17, 2009, 9:32:32 AM (16 years ago)
Author:
eugene
Message:

reverting to r26202 to accept the threading changes Paul added: the bug was in pmSourceGroups.c where cellSources->n was not set

File:
1 edited

Legend:

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

    r26266 r26453  
    128128    psFree(rng);
    129129
     130    bool oldThreads = pmReadoutFakeThreads(true); // Old threading status
     131
    130132    pmReadout *fakeRO = pmReadoutAlloc(NULL); // Fake readout
    131133    if (!pmReadoutFakeFromVectors(fakeRO, numCols, numRows, xAll, yAll, magAll,
     
    141143    psFree(xAll);
    142144    psFree(yAll);
     145
     146    pmReadoutFakeThreads(oldThreads);
    143147
    144148    psBinaryOp(ro->image, ro->image, "+", fakeRO->image);
Note: See TracChangeset for help on using the changeset viewer.