aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtellurian.h')
-rw-r--r--libtellurian.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtellurian.h b/libtellurian.h
index f700691..be7ec93 100644
--- a/libtellurian.h
+++ b/libtellurian.h
@@ -114,9 +114,9 @@
/**
- * Calculate the distance of the sea level (geocentric radius),
- * for some point on the Earth's surface, from the centre of
- * the Earth
+ * Calculate the distance of the nominal sea level (geocentric
+ * radius), for some point on the Earth's surface, from the
+ * centre of the Earth
*
* @param latitude GPS latitude coordinate, in degrees
* @return The geocentric altitude of the sea level, in meters
@@ -125,9 +125,9 @@ LIBTELLURIAN_CONST__
double libtellurian_sea_level(double latitude);
/**
- * Calculate the distance of the sea level (geocentric radius),
- * for some point on the Earth's surface, from the centre of
- * the Earth
+ * Calculate the distance of the nominal sea level (geocentric
+ * radius), for some point on the Earth's surface, from the
+ * centre of the Earth
*
* @param latitude GPS latitude coordinate, in radians
* @return The geocentric altitude of the sea level, in meters