IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19343


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

Don't have mutexes on output.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r19342 r19343  
    230230
    231231            if (threads > 0) {
    232                 pmSubtractionThreadsFinalize(output, NULL, readout, fake);
     232                pmSubtractionThreadsFinalize(readout, fake);
    233233            }
    234234
  • trunk/ppSub/src/ppSubReadout.c

    r19341 r19343  
    190190    psFree(optWidths);
    191191
    192     pmSubtractionThreadsFinalize(inConv, refConv, inRO, refRO);
     192    pmSubtractionThreadsFinalize(inRO, refRO);
    193193
    194194    // Add kernel descrption to header
Note: See TracChangeset for help on using the changeset viewer.