From 26e65892728d6bfb010677091b0a464d7c7ebc76 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Sat, 12 Nov 2016 16:51:21 +0100 Subject: Pipeline plus api - in continuation of the Genereic Coordinates pull request (#445) This commit reflects continued work on the new rationalized API with geodetic extensions (see rationale in proj.h). It also reflects the parallel work on the transformation pipeline reimplementation, by introducing the PJ_cart cartesian/ellipsoidal converter. See example/pj_obs_api_test.c for demo example code --- src/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index f06a769a..51b4320b 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -59,7 +59,7 @@ support = \ pj_strtod.obj pj_run_selftests.obj pj_generic_selftest.obj pipeline = \ - pj_observation.obj + pj_obs_api.obj PJ_cart.obj geodesic = geodesic.obj -- cgit v1.2.3