Changeset 27365 for trunk/ppSub/src/ppSubMatchPSFs.c
- Timestamp:
- Mar 19, 2010, 5:09:20 PM (16 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSubMatchPSFs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src
- Property svn:ignore
-
old new 13 13 ppSubErrorCodes.c 14 14 ppSubVersionDefinitions.h 15 ppSubConvolve
-
- Property svn:ignore
-
trunk/ppSub/src/ppSubMatchPSFs.c
r27316 r27365 331 331 int threads = psMetadataLookupS32(NULL, config->arguments, "-threads"); // Number of threads 332 332 if (threads > 0) { 333 pmSubtractionThreadsInit( inRO, refRO);333 pmSubtractionThreadsInit(); 334 334 } 335 335 … … 380 380 381 381 psFree(optWidths); 382 pmSubtractionThreadsFinalize( inRO, refRO);382 pmSubtractionThreadsFinalize(); 383 383 384 384 if (!success) {
Note:
See TracChangeset
for help on using the changeset viewer.
