Changeset 20466
- Timestamp:
- Oct 29, 2008, 11:47:56 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r20215 r20466 1229 1229 #endif 1230 1230 1231 // Need to turn off threads at the psLib level --- otherwise, we end up with threads on top of threads, 1232 // and everything is executing psThreadPoolWait, waiting for some other mythical thread to complete the 1233 // thread's work. 1234 psImageConvolveSetThreads(false); 1235 1231 1236 for (int j = yMin; j < yMax; j += fullSize) { 1232 1237 int ySubMax = PS_MIN(j + fullSize, yMax); // Range for subregion of interest
Note:
See TracChangeset
for help on using the changeset viewer.
