diff --git a/src/ATC/ATCutils.hxx b/src/ATC/ATCutils.hxx index de50b6e29..d009c8887 100644 --- a/src/ATC/ATCutils.hxx +++ b/src/ATC/ATCutils.hxx @@ -59,7 +59,7 @@ string GetPhoneticIdent(int i); * ********************************/ -// Given two positions, get the HORIZONTAL separation (in meters) +// Given two positions (lat & lon in degrees), get the HORIZONTAL separation (in meters) double dclGetHorizontalSeparation(Point3D pos1, Point3D pos2); // Given a point and a line, get the HORIZONTAL shortest distance from the point to a point on the line.