diff options
Diffstat (limited to 'src/PJ_eqearth.cpp')
| -rw-r--r-- | src/PJ_eqearth.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_eqearth.cpp b/src/PJ_eqearth.cpp index 34d85fa5..3547d683 100644 --- a/src/PJ_eqearth.cpp +++ b/src/PJ_eqearth.cpp @@ -31,11 +31,13 @@ PROJ_HEAD(eqearth, "Equal Earth") "\n\tPCyl, Sph&Ell"; #define EPS 1e-11 #define MAX_ITER 12 +namespace { // anonymous namespace struct pj_opaque { double qp; double rqda; double *apa; }; +} // anonymous namespace static XY e_forward (LP lp, PJ *P) { /* Ellipsoidal/spheroidal, forward */ XY xy = {0.0,0.0}; |
