aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_oea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_oea.cpp')
-rw-r--r--src/PJ_oea.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_oea.cpp b/src/PJ_oea.cpp
index b39e8d5a..0b558f83 100644
--- a/src/PJ_oea.cpp
+++ b/src/PJ_oea.cpp
@@ -6,12 +6,14 @@
PROJ_HEAD(oea, "Oblated Equal Area") "\n\tMisc Sph\n\tn= m= theta=";
+namespace { // anonymous namespace
struct pj_opaque {
double theta;
double m, n;
double two_r_m, two_r_n, rm, rn, hm, hn;
double cp0, sp0;
};
+} // anonymous namespace
static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */