Changeset 26487
- Timestamp:
- Dec 27, 2009, 8:21:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
r26475 r26487 344 344 footprint); // Filtered list of sources 345 345 346 bool oldThreads = pmReadoutFakeThreads(true); // Old threading state346 // bool oldThreads = pmReadoutFakeThreads(true); // Old threading state 347 347 if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows, 348 348 stampSources, SOURCE_MASK, NULL, NULL, options->psf, … … 354 354 return false; 355 355 } 356 pmReadoutFakeThreads(oldThreads);356 // pmReadoutFakeThreads(oldThreads); 357 357 358 358 fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK);
Note:
See TracChangeset
for help on using the changeset viewer.
