aboutsummaryrefslogtreecommitdiff
path: root/src/projections/wag7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projections/wag7.cpp')
-rw-r--r--src/projections/wag7.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/projections/wag7.cpp b/src/projections/wag7.cpp
index c8807f12..eada904b 100644
--- a/src/projections/wag7.cpp
+++ b/src/projections/wag7.cpp
@@ -2,14 +2,15 @@
#include <math.h>
+#include "proj.h"
#include "projects.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 */