IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 4:31:25 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

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

    r21351 r21363  
    2727    // XXX     psMutexInit(ro->image);
    2828    // XXX }
    29     // XXX if (ro->weight) {
    30     // XXX     psMutexInit(ro->weight);
     29    // XXX if (ro->variance) {
     30    // XXX     psMutexInit(ro->variance);
    3131    // XXX }
    3232
     
    4343    // XXX     psMutexDestroy(ro->image);
    4444    // XXX }
    45     // XXX if (ro->weight) {
    46     // XXX     psMutexDestroy(ro->weight);
     45    // XXX if (ro->variance) {
     46    // XXX     psMutexDestroy(ro->variance);
    4747    // XXX }
    4848
Note: See TracChangeset for help on using the changeset viewer.