- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/imcombine/pmSubtractionThreads.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/psModules/src/imcombine/pmSubtractionThreads.h
r19340 r27517 7 7 /// Set up threading for image matching 8 8 /// 9 /// Sets up thread tasks, and initialises mutexes in readouts 10 void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts 11 ); 9 /// Sets up thread tasks 10 void pmSubtractionThreadsInit(void); 12 11 13 12 14 13 /// Take down threading for image matching 15 14 /// 16 /// Destroys thread tasks , and initialises mutexes in readouts17 void pmSubtractionThreadsFinalize( pmReadout *in1, pmReadout *in2);15 /// Destroys thread tasks 16 void pmSubtractionThreadsFinalize(void); 18 17 19 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
