1
0
Fork 0

Depreciate HUGE in favor of HUGE_VAL.

This commit is contained in:
ehofman 2005-10-20 13:56:16 +00:00
parent 8e1ae97d3d
commit c53b7bbec3

View file

@ -56,9 +56,6 @@
SG_USING_STD(sort); SG_USING_STD(sort);
SG_USING_STD(random_shuffle); SG_USING_STD(random_shuffle);
#ifdef __CYGWIN__
#define HUGE HUGE_VAL
#endif
/****************************************************************************** /******************************************************************************
* ScheduleTime * ScheduleTime
@ -1332,7 +1329,7 @@ void FGGroundNetwork::init()
int FGGroundNetwork::findNearestNode(double lat, double lon) int FGGroundNetwork::findNearestNode(double lat, double lon)
{ {
double minDist = HUGE; double minDist = HUGE_VAL;
double course, dist; double course, dist;
int index; int index;
SGWayPoint first (lon, SGWayPoint first (lon,