From 09e6857ae73249bc7433f2971dcf291c70e4c766 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Oct 2024 17:28:46 +0200 Subject: Fourth commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libtellurian_azimuth.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libtellurian_azimuth.c') 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 -- cgit v1.2.3-70-g09d2