aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian_azimuth.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-20 17:28:46 +0200
committerMattias Andrée <m@maandree.se>2024-10-20 17:28:46 +0200
commit09e6857ae73249bc7433f2971dcf291c70e4c766 (patch)
treef07ef152c6372083ab87e2e4289c7ab8b1f2c1ad /libtellurian_azimuth.c
parentThird commit (diff)
downloadlibtellurian-09e6857ae73249bc7433f2971dcf291c70e4c766.tar.gz
libtellurian-09e6857ae73249bc7433f2971dcf291c70e4c766.tar.bz2
libtellurian-09e6857ae73249bc7433f2971dcf291c70e4c766.tar.xz
Fourth commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libtellurian_azimuth.c')
-rw-r--r--libtellurian_azimuth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtellurian_azimuth.c b/libtellurian_azimuth.c
index cc08037..4bfc743 100644
--- a/libtellurian_azimuth.c
+++ b/libtellurian_azimuth.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#ifndef TEST
void
@@ -17,3 +18,8 @@ libtellurian_azimuth(double latitude1, double longitude1,
if (azimuth2_out)
*azimuth2_out = degrees(*azimuth2_out);
}
+
+
+#else
+TODO_TEST
+#endif