From 3a2495e47aa62cab851568c6e8348eaf38cc44f0 Mon Sep 17 00:00:00 2001 From: daveluff Date: Mon, 10 Mar 2003 13:40:10 +0000 Subject: [PATCH] Add units to function documentation --- src/ATC/ATCutils.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.