aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-12-19 10:28:16 +0100
committerGitHub <noreply@github.com>2017-12-19 10:28:16 +0100
commita885fbb2f1f285c2cdadacdaa4616bf60184f925 (patch)
treec1d7076563d147373266d932da46fcb366d1b40a /src
parent9b56f505139a09737f08152e4929cf7aed774a83 (diff)
downloadPROJ-a885fbb2f1f285c2cdadacdaa4616bf60184f925.tar.gz
PROJ-a885fbb2f1f285c2cdadacdaa4616bf60184f925.zip
Some corrections in response to a review by Kristian Evers (#718)
* Some corrections in response to a review by Kristian Evers
Diffstat (limited to 'src')
-rw-r--r--src/gie.c1
-rw-r--r--src/pj_init.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/gie.c b/src/gie.c
index 2ae2ddee..8a1d356e 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -1888,7 +1888,6 @@ static int pj_unitconvert_selftest (void) {
ret = test_time(args3, 1e-6, in3, in3); if (ret) return ret + 30;
ret = test_time(args4, 1e-6, in4, exp4); if (ret) return ret + 40;
ret = test_xyz (args5, 1e-10, in5, exp5); if (ret) return ret + 50;
- ret = test_xyz (args6, 1e-10, in6, in6); if (ret) return ret + 50;
ret = test_xyz (args6, 1e-10, in6, in6); if (ret) return ret + 60;
ret = test_time(args7, 1e-6, in7, in7); if (ret) return ret + 70;
diff --git a/src/pj_init.c b/src/pj_init.c
index 7e885575..1b0f479f 100644
--- a/src/pj_init.c
+++ b/src/pj_init.c
@@ -344,6 +344,7 @@ where 'ellps=intl' precedes 'ellps=GRS80', and hence takes precedence,
turning the expansion into an UTM projection on the Hayford ellipsoid.
Note that 'init=foo:bar' stays in the list. It is ignored after expansion.
+
******************************************************************************/
paralist *last;
paralist *expn;