IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14855


Ignore:
Timestamp:
Sep 14, 2007, 5:46:36 PM (19 years ago)
Author:
Paul Price
Message:

Fixing names.

File:
1 edited

Legend:

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

    r14854 r14855  
    8989        // Generate convolved version of input
    9090        pmReadout *convolved = pmReadoutAlloc(NULL); // Convolved version of input readout
    91 #ifdef NO_CONVOLVE
     91#ifdef NO_CONVOLUTION
    9292        if (!ppStackMatch(convolved, ro, sources, config)) {
    9393            psError(PS_ERR_UNKNOWN, false, "Unable to match image %d.", fileNum);
     
    102102            return false;
    103103        }
    104 #else
    105         convolved = psMemIncrRefCounter(ro);
    106         sources = NULL;
    107 #endif
    108104
    109105#ifdef CONVOLUTION_FILES
     
    132128            psFitsClose(fits);
    133129        }
    134 #endif
     130#endif // CONVOLUTION_FILES
     131
     132#else
     133        convolved = psMemIncrRefCounter(ro);
     134        sources = NULL;
     135#endif // NO_CONVOLVUTION
    135136
    136137
Note: See TracChangeset for help on using the changeset viewer.