IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26487


Ignore:
Timestamp:
Dec 27, 2009, 8:21:34 AM (16 years ago)
Author:
eugene
Message:

for now, do not turn on threading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackMatch.c

    r26475 r26487  
    344344                                                       footprint); // Filtered list of sources
    345345
    346             bool oldThreads = pmReadoutFakeThreads(true); // Old threading state
     346            // bool oldThreads = pmReadoutFakeThreads(true); // Old threading state
    347347            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    348348                                          stampSources, SOURCE_MASK, NULL, NULL, options->psf,
     
    354354                return false;
    355355            }
    356             pmReadoutFakeThreads(oldThreads);
     356            // pmReadoutFakeThreads(oldThreads);
    357357
    358358            fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK);
Note: See TracChangeset for help on using the changeset viewer.