diff options
Diffstat (limited to 'src/projections/wag7.cpp')
| -rw-r--r-- | src/projections/wag7.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/projections/wag7.cpp b/src/projections/wag7.cpp index c8807f12..45b70ee2 100644 --- a/src/projections/wag7.cpp +++ b/src/projections/wag7.cpp @@ -2,14 +2,15 @@ #include <math.h> -#include "projects.h" +#include "proj.h" +#include "proj_internal.h" PROJ_HEAD(wag7, "Wagner VII") "\n\tMisc Sph, no inv"; -static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ - XY xy = {0.0, 0.0}; +static PJ_XY s_forward (PJ_LP lp, PJ *P) { /* Spheroidal, forward */ + PJ_XY xy = {0.0, 0.0}; double theta, ct, D; (void) P; /* Shut up compiler warnnings about unused P */ |
