IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 29, 2005, 8:33:05 AM (21 years ago)
Author:
rhl
Message:

Remove unused variables; adjust trace levels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisCalculateEquation.c

    r3792 r3799  
    2525    int bgIndex = kernelParams->n;      // Index in matrix for the background (it's the last one, after the
    2626                                        // kernel parameters)
    27     int xKernel = config->xKernel;      // Half-size of kernel in x.
    28     int yKernel = config->yKernel;      // Half-size of kernel in y.
    2927    float **reference = refImage->data.F32; // The reference pixels
    3028    float **input = inImage->data.F32;  // The input pixels
     
    6664            }
    6765            if (! stamp->vector) {
    68                 psTrace("pois.calculateEquation", 3, "Allocating vector: %d\n", numSolveParams);
     66                psTrace("pois.calculateEquation", 9, "Allocating vector: %d\n", numSolveParams);
    6967                psVector *vector = psVectorAlloc(numSolveParams, PS_TYPE_F64);
    7068                for (int i = 0; i < numSolveParams; i++) {
Note: See TracChangeset for help on using the changeset viewer.