summaryrefslogtreecommitdiff
path: root/geoid.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2005-04-01 21:33:16 +0000
committerGary E. Miller <gem@rellim.com>2005-04-01 21:33:16 +0000
commitb9c52f8b468d37640f47d0fb29e492db0a692b6d (patch)
treede1d49656a3695a6e2375b8e76ada634009fe13f /geoid.c
parent1a5e47042c7fdd9f64109425914749c4a04b342f (diff)
downloadgpsd-b9c52f8b468d37640f47d0fb29e492db0a692b6d.tar.gz
More geoid tweaks.
Diffstat (limited to 'geoid.c')
-rw-r--r--geoid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geoid.c b/geoid.c
index 55d6901b..891db4d4 100644
--- a/geoid.c
+++ b/geoid.c
@@ -22,7 +22,7 @@ static double bilinear(double x1, double y1, double x2, double y2, double x, dou
}
-/* return wgs84 to MSL geoid separtion in meters, given a lat/lot */
+/* return geoid separtion (MSL - WGS84) in meters, given a lat/lot in degrees */
double wgs84_separation(double lat, double lon)
{
#define GEOID_ROW 19