aboutsummaryrefslogtreecommitdiff
path: root/src/projections/isea.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-07 21:10:42 +0100
committerGitHub <noreply@github.com>2020-02-07 21:10:42 +0100
commitb6f442db6c6b8a05fb9d824729cb4593e519edf8 (patch)
treebd68798bc86ea1b192c5f25b6576f43a78458ac1 /src/projections/isea.cpp
parentab68913e5b407861ae7d5aaeb876a64711805cb2 (diff)
parentc8f8a5a6c522fcd18b2ca42d4345bc9be115abd3 (diff)
downloadPROJ-b6f442db6c6b8a05fb9d824729cb4593e519edf8.tar.gz
PROJ-b6f442db6c6b8a05fb9d824729cb4593e519edf8.zip
Merge pull request #1918 from rouault/update_travis_csa
Travis: update CLang Static Analyzer to CLang 9
Diffstat (limited to 'src/projections/isea.cpp')
-rw-r--r--src/projections/isea.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projections/isea.cpp b/src/projections/isea.cpp
index 351739d4..801f2b82 100644
--- a/src/projections/isea.cpp
+++ b/src/projections/isea.cpp
@@ -733,7 +733,7 @@ static int isea_dddi_ap3odd(struct isea_dgg *g, int quadz, struct isea_pt *pt,
quadz += 5;
d = 0;
}
- } else if (quadz >= 6) {
+ } else /* if (quadz >= 6) */ {
if (i == 0 && d == maxcoord) {
/* south pole */
quadz = 11;
@@ -812,7 +812,7 @@ static int isea_dddi(struct isea_dgg *g, int quadz, struct isea_pt *pt,
h.y = -h.z;
h.x = 0;
}
- } else if (quadz >= 6) {
+ } else /* if (quadz >= 6) */ {
if (h.z == 0 && h.x == sidelength) {
/* south pole */
quadz = 11;