IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 2:47:15 PM (18 years ago)
Author:
Paul Price
Message:

Fixing function name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceSize.c

    r20829 r20831  
    218218    // now that we have masked pixels associated with CRs, we can grow the mask
    219219    if (grow > 0) {
    220         bool oldThreads = psImageConvolveThreads(true); // Old value of threading for psImageConvolveMask
     220        bool oldThreads = psImageConvolveSetThreads(true); // Old value of threading for psImageConvolveMask
    221221        psImage *newMask = psImageConvolveMask(NULL, readout->mask, crMask, crMask, -grow, grow, -grow, grow);
    222         psImageConvolveThreads(oldThreads);
     222        psImageConvolveSetThreads(oldThreads);
    223223        if (!newMask) {
    224224            psError(PS_ERR_UNKNOWN, false, "Unable to grow CR mask");
Note: See TracChangeset for help on using the changeset viewer.