diff options
Diffstat (limited to 'src/PJ_loxim.cpp')
| -rw-r--r-- | src/PJ_loxim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_loxim.cpp b/src/PJ_loxim.cpp index 28e955d9..fc412997 100644 --- a/src/PJ_loxim.cpp +++ b/src/PJ_loxim.cpp @@ -10,11 +10,13 @@ PROJ_HEAD(loxim, "Loximuthal") "\n\tPCyl Sph"; #define EPS 1e-8 +namespace { // anonymous namespace struct pj_opaque { double phi1; double cosphi1; double tanphi1; }; +} // anonymous namespace static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ |
