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_vincenty_inverse__.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libtellurian_vincenty_inverse__.c') diff --git a/libtellurian_vincenty_inverse__.c b/libtellurian_vincenty_inverse__.c index 746011f..c50752e 100644 --- a/libtellurian_vincenty_inverse__.c +++ b/libtellurian_vincenty_inverse__.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" +#ifndef TEST /* TODO complete the implementation */ @@ -102,3 +103,8 @@ libtellurian_vincenty_inverse__(double latitude1, double longitude1, double lati * https://en.wikipedia.org/wiki/Vincenty's_formulae#Nearly_antipodal_points */ } + + +#else +TODO_TEST +#endif -- cgit v1.2.3-70-g09d2