IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2004, 10:37:48 AM (22 years ago)
Author:
desonia
Message:

fixed problem of setting an int to NAN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r1903 r1904  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-25 23:05:07 $
     11 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-27 20:37:48 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    14871487    newStruct->robustUQ = NAN;
    14881488    newStruct->robustLQ = NAN;
    1489     newStruct->robustN50 = NAN;
    1490     newStruct->robustNfit = NAN;
     1489    newStruct->robustN50 = 0;
     1490    newStruct->robustNfit = 0;
    14911491    newStruct->clippedMean = NAN;
    14921492    newStruct->clippedStdev = NAN;
Note: See TracChangeset for help on using the changeset viewer.