Changeset 20832 for trunk/psModules/src/imcombine/pmSubtraction.c
- Timestamp:
- Nov 25, 2008, 3:03:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r20568 r20832 1238 1238 // and everything is executing psThreadPoolWait, waiting for some other mythical thread to complete the 1239 1239 // thread's work. 1240 psImageConvolveSetThreads(false);1240 bool oldThreads = psImageConvolveSetThreads(false); // Old value of threading for psImageConvolve 1241 1241 1242 1242 if (stride == 0) { … … 1333 1333 } 1334 1334 1335 psImageConvolveSetThreads(oldThreads); 1336 1335 1337 psFree(sys1); 1336 1338 psFree(sys2);
Note:
See TracChangeset
for help on using the changeset viewer.
