IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18184


Ignore:
Timestamp:
Jun 18, 2008, 4:07:47 PM (18 years ago)
Author:
Paul Price
Message:

Fixing compiler error.

File:
1 edited

Legend:

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

    r18183 r18184  
    128128        // Set the variance factor
    129129        float vfNew = psMetadataLookupF32(NULL, output->analysis, PM_SUBTRACTION_ANALYSIS_VARFACTOR);
    130         float vfOld = psMetadataLookupF32(NULL, readout->concepts, "CELL.VARFACTOR");
     130        float vfOld = psMetadataLookupF32(NULL, readout->parent->concepts, "CELL.VARFACTOR");
    131131        if (isfinite(vfOld)) {
    132132            vfNew *= vfOld;
Note: See TracChangeset for help on using the changeset viewer.