IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2008, 11:43:51 AM (18 years ago)
Author:
Paul Price
Message:

Don't need mutexes on output images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionThreads.h

    r19059 r19340  
    88///
    99/// Sets up thread tasks, and initialises mutexes in readouts
    10 void pmSubtractionThreadsInit(pmReadout *out1, pmReadout *out2, // Output readouts
    11                               pmReadout *in1, pmReadout *in2 // Input readouts
     10void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts
    1211    );
    1312
     
    1615///
    1716/// Destroys thread tasks, and initialises mutexes in readouts
    18 void pmSubtractionThreadsFinalize(pmReadout *out1, pmReadout *out2, pmReadout *in1, pmReadout *in2);
     17void pmSubtractionThreadsFinalize(pmReadout *in1, pmReadout *in2);
    1918
    2019#endif
Note: See TracChangeset for help on using the changeset viewer.