IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2004, 6:18:31 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1329 r1330  
    2929#define true 1
    3030#define false 0
    31 #define MYMAXFLOAT HUGE
     31#define MY_MAX_FLOAT HUGE
    3232#define MAX_ITERATIONS 20
    3333
     
    268268{
    269269    int i = 0;                                  // Loop index variable
    270     float max = -MYMAXFLOAT;                    // The calculated maximum
     270    float max = -MY_MAX_FLOAT;                    // The calculated maximum
    271271    float rangeMin = 0.0;                       // Exclude data below this
    272272    float rangeMax = 0.0;                       // Exclude date above this
     
    333333{
    334334    int i = 0;                                  // Loop index variable
    335     float min = MYMAXFLOAT;                     // The calculated maximum
     335    float min = MY_MAX_FLOAT;                     // The calculated maximum
    336336    float rangeMin = 0.0;                       // Exclude data below this
    337337    float rangeMax = 0.0;                       // Exclude date above this
Note: See TracChangeset for help on using the changeset viewer.