aboutsummaryrefslogtreecommitdiff
path: root/src/proj_4D_api.c
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-05 16:48:49 +0100
committerGitHub <noreply@github.com>2017-11-05 16:48:49 +0100
commit98078be18bcb0d515362ecc8f122eeca0c3a4b26 (patch)
tree129081e0ba7d10a005cee5d4b7cfec064c93b75e /src/proj_4D_api.c
parent27960224ba6759ef4bbeebf039d49c84f4b20b66 (diff)
downloadPROJ-98078be18bcb0d515362ecc8f122eeca0c3a4b26.tar.gz
PROJ-98078be18bcb0d515362ecc8f122eeca0c3a4b26.zip
Pipeline cleanup (WIP) (#637)
* Remove a number of debugging calls and memory management from the inner loop of the pipeline drivers * An attempt at handling inverted steps in a more straightforward way
Diffstat (limited to 'src/proj_4D_api.c')
-rw-r--r--src/proj_4D_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proj_4D_api.c b/src/proj_4D_api.c
index 5484b650..4b8fd854 100644
--- a/src/proj_4D_api.c
+++ b/src/proj_4D_api.c
@@ -45,7 +45,6 @@ PJ_COORD proj_coord (double x, double y, double z, double t) {
}
-
/* Geodesic distance (in meter) between two points with angular 2D coordinates */
double proj_lp_dist (const PJ *P, LP a, LP b) {
double s12, azi1, azi2;