IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3469


Ignore:
Timestamp:
Mar 21, 2005, 11:08:37 AM (21 years ago)
Author:
Paul Price
Message:

Fixed a bug in determining the position of the lower-left corner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacSize.c

    r3434 r3469  
    1616
    1717    // Initial "guess" at limits
    18     float xMin = 0.0;
     18    float xMin = INFINITY;
    1919    float xMax = 0.0;
    20     float yMin = 0.0;
     20    float yMin = INFINITY;
    2121    float yMax = 0.0;
    2222
Note: See TracChangeset for help on using the changeset viewer.