diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2010-03-03 05:44:20 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2010-03-03 05:44:20 +0000 |
| commit | aa00a53a0f27b033eeb0eeca1924cdc0a9ca4dc0 (patch) | |
| tree | 990adaa1749afef0ec06647d89e5f59542dafadc /src/PJ_geos.c | |
| parent | 3405bf76e70d12df6b9dc0c9c129c7dc96918e8d (diff) | |
| download | PROJ-aa00a53a0f27b033eeb0eeca1924cdc0a9ca4dc0.tar.gz PROJ-aa00a53a0f27b033eeb0eeca1924cdc0a9ca4dc0.zip | |
avoid warnings
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1827 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/PJ_geos.c')
| -rw-r--r-- | src/PJ_geos.c | 4 |
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; |
