Changeset 27365 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Mar 19, 2010, 5:09:20 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r27332 r27365 407 407 408 408 if (threads > 0) { 409 pmSubtractionThreadsInit( readout, fake);409 pmSubtractionThreadsInit(); 410 410 } 411 411 … … 423 423 psFree(conv); 424 424 if (threads > 0) { 425 pmSubtractionThreadsFinalize( readout, fake);425 pmSubtractionThreadsFinalize(); 426 426 } 427 427 return false; … … 440 440 psFree(widthsCopy); 441 441 if (threads > 0) { 442 pmSubtractionThreadsFinalize( readout, fake);442 pmSubtractionThreadsFinalize(); 443 443 } 444 444 return false; … … 458 458 psFree(widthsCopy); 459 459 if (threads > 0) { 460 pmSubtractionThreadsFinalize( readout, fake);460 pmSubtractionThreadsFinalize(); 461 461 } 462 462 return false; … … 495 495 496 496 if (threads > 0) { 497 pmSubtractionThreadsFinalize( readout, fake);497 pmSubtractionThreadsFinalize(); 498 498 } 499 499
Note:
See TracChangeset
for help on using the changeset viewer.
