aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_geos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_geos.c')
-rw-r--r--src/PJ_geos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_geos.c b/src/PJ_geos.c
index 79a72711..ff99d7b3 100644
--- a/src/PJ_geos.c
+++ b/src/PJ_geos.c
@@ -79,7 +79,7 @@ FORWARD(e_forward); /* ellipsoid */
return (xy);
}
INVERSE(s_inverse); /* spheroid */
- double Vx, Vy, Vz, a, b, c, det, k;
+ double Vx, Vy, Vz, a, b, det, k;
/* Setting three components of vector from satellite to position.*/
Vx = -1.0;
@@ -100,7 +100,7 @@ INVERSE(s_inverse); /* spheroid */
return (lp);
}
INVERSE(e_inverse); /* ellipsoid */
- double Vx, Vy, Vz, a, b, c, det, k;
+ double Vx, Vy, Vz, a, b, det, k;
/* Setting three components of vector from satellite to position.*/
Vx = -1.0;