1
0
Fork 0

Minor formatting changes

This commit is contained in:
daveluff 2003-03-20 11:50:34 +00:00
parent 3364b6f19d
commit ef3b5a4d61

View file

@ -95,9 +95,10 @@ double dclGetAirportElev( const string& id );
/****************
*
* Runways
* Runways
*
****************/
// Given a Point3D (lon/lat/elev) and an FGRunway struct, determine if the point lies on the runway
bool OnRunway(Point3D pt, FGRunway* rwy);