aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-19 19:32:07 +0200
committerMattias Andrée <m@maandree.se>2024-10-19 19:32:07 +0200
commitfe1faf49e26aae4a5b3765b406d57f3ea2fef0ee (patch)
tree74f41d7aad5db16b4b826684beee927b745c0dde /libtellurian.h
parentFirst commit (diff)
downloadlibtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.gz
libtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.bz2
libtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.xz
m doc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-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