IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12450


Ignore:
Timestamp:
Mar 15, 2007, 1:35:40 PM (19 years ago)
Author:
eugene
Message:

fixed error in RAmin, DECmin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroAstromGuess.c

    r10864 r12450  
    1111    bool newFPA = true;
    1212    bool status = false;
    13     double RAmin = FLT_MAX;
    14     double RAmax = FLT_MIN;
    15     double DECmin = FLT_MAX;
    16     double DECmax = FLT_MIN;
     13    double RAmin  = +FLT_MAX;
     14    double RAmax  = -FLT_MAX;
     15    double DECmin = +FLT_MAX;
     16    double DECmax = -FLT_MAX;
    1717
    1818    double RAminSky = NAN;
Note: See TracChangeset for help on using the changeset viewer.