Changeset 36283
- Timestamp:
- Nov 12, 2013, 12:17:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c
r36281 r36283 498 498 # else 499 499 if (pcm->use1Dgauss) { 500 if (USE_1D_ GAUSS) {500 if (USE_1D_CACHE) { 501 501 // do not use the threaded, mask-aware version of this code (psImageSmoothMaskPixelsThread): 502 502 // * the model flux is not masked … … 523 523 524 524 if (pcm->use1Dgauss) { 525 if (USE_1D_ GAUSS) {525 if (USE_1D_CACHE) { 526 526 // do not use the threaded, mask-aware version of this code (psImageSmoothMaskPixelsThread): 527 527 // * the model flux is not masked
Note:
See TracChangeset
for help on using the changeset viewer.
