IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14853


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

Gotta declare it before you can use it.

File:
1 edited

Legend:

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

    r14852 r14853  
    8787        totExposure += exposure;        // Total exposure time
    8888
    89 #ifdef NO_CONVOLVE
    9089        // Generate convolved version of input
    9190        pmReadout *convolved = pmReadoutAlloc(NULL); // Convolved version of input readout
     91#ifdef NO_CONVOLVE
    9292        if (!ppStackMatch(convolved, ro, sources, config)) {
    9393            psError(PS_ERR_UNKNOWN, false, "Unable to match image %d.", fileNum);
Note: See TracChangeset for help on using the changeset viewer.