IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 4:55:12 PM (18 years ago)
Author:
Paul Price
Message:

Fix compilation errors.

File:
1 edited

Legend:

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

    r19245 r19251  
    8585    pmReadout *output = pmReadoutAlloc(NULL); // Output readout, for holding results temporarily
    8686
     87    static int numInput = -1;            // Index of input file
     88    numInput++;
    8789#ifdef TESTING
    8890    // Read previously produced kernel
    89     static int numInput = -1;            // Index of input file
    90     numInput++;
    9191    if (psMetadataLookupBool(NULL, config->arguments, "PPSTACK.DEBUG.STACK")) {
    9292        const char *outName = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root
     
    160160
    161161            // These values are specified specifically for stacking
    162             const char *stampsName = psMetadataLookupStr(NULL, config->arguments, "STAMPS"); // Stamps filename
     162            const char *stampsName = psMetadataLookupStr(NULL, config->arguments, "STAMPS");// Stamps filename
    163163
    164164            psVector *optWidths = NULL;         // Vector with FWHMs for optimum search
     
    284284            psFitsClose(fits);
    285285        }
    286     }
     286#ifdef TESTING
     287    }
     288#endif
    287289
    288290// Extract the regions and solutions used in the image matching
Note: See TracChangeset for help on using the changeset viewer.