IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16848


Ignore:
Timestamp:
Mar 6, 2008, 11:38:39 AM (18 years ago)
Author:
Paul Price
Message:

Avoiding warning about "using uninitialised".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r16691 r16848  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-02-28 01:15:35 $
     10 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-03-06 21:38:39 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    357357              }
    358358
    359               float limit;                // Rejection limit, when rejecting based on data properties
     359              float limit = NAN;        // Rejection limit, when rejecting based on data properties
    360360              if (!useVariance) {
    361361                  limit = rej * stdev;
Note: See TracChangeset for help on using the changeset viewer.