IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25374 for trunk/ppSub


Ignore:
Timestamp:
Sep 14, 2009, 4:21:19 PM (17 years ago)
Author:
Paul Price
Message:

Fix compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubVarianceRescale.c

    r25373 r25374  
    5252
    5353    pmFPAview *view = ppSubViewReadout(); // View to readout
    54     pmReadout *outRO = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT"); // Output image
     54    pmReadout *readout = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT"); // Output image
    5555
    5656    return pmReadoutVarianceRenormalise(readout, maskBad, num, minValid, maxValid);
Note: See TracChangeset for help on using the changeset viewer.