aboutsummaryrefslogtreecommitdiff
path: root/src/projections/aeqd.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-18 13:26:22 +0100
committerGitHub <noreply@github.com>2019-03-18 13:26:22 +0100
commit4b99c3b47e76afdeda2425e39ff53fed0f12b679 (patch)
tree6d5e8e549d004eac930ac37f09b85e103a1c3720 /src/projections/aeqd.cpp
parent06d7f93ad3a862abca8a404de05fd655a8bc797c (diff)
parente1350cac43d5a9854207af3fb318a74be7fcd12f (diff)
downloadPROJ-4b99c3b47e76afdeda2425e39ff53fed0f12b679.tar.gz
PROJ-4b99c3b47e76afdeda2425e39ff53fed0f12b679.zip
Merge pull request #1328 from rouault/cppcheck_fixes
Fix some issues raised by latest cppcheck
Diffstat (limited to 'src/projections/aeqd.cpp')
-rw-r--r--src/projections/aeqd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/projections/aeqd.cpp b/src/projections/aeqd.cpp
index 8566062d..882d9531 100644
--- a/src/projections/aeqd.cpp
+++ b/src/projections/aeqd.cpp
@@ -310,7 +310,6 @@ PJ *PROJECTION(aeqd) {
break;
case EQUIT:
case OBLIQ:
- P->inv = e_inverse; P->fwd = e_forward;
Q->N1 = 1. / sqrt(1. - P->es * Q->sinph0 * Q->sinph0);
Q->G = Q->sinph0 * (Q->He = P->e / sqrt(P->one_es));
Q->He *= Q->cosph0;