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/psphotFindFootprints.c

    r20829 r20831  
    4444    // optionally grow footprints isotropically by growRadius pixels
    4545    if (growRadius > 0) {
    46         bool oldThreads = psImageConvolveThreads(true); // Old value of threading for psImageConvolve
     46        bool oldThreads = psImageConvolveSetThreads(true); // Old value of threading for psImageConvolve
    4747        psArray *tmp = pmFootprintArrayGrow(footprints, growRadius);
    48         psImageConvolveThreads(oldThreads);
     48        psImageConvolveSetThreads(oldThreads);
    4949        psLogMsg ("psphot", PS_LOG_MINUTIA, "grow footprint coverage by %d pixels, %ld footprints become %ld footprints: %f sec\n", growRadius, footprints->n, tmp->n, psTimerMark ("psphot.footprints"));
    5050        psFree(footprints);
Note: See TracChangeset for help on using the changeset viewer.