diff options
Diffstat (limited to 'src/PJ_urm5.cpp')
| -rw-r--r-- | src/PJ_urm5.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_urm5.cpp b/src/PJ_urm5.cpp index 6a208647..f16d1534 100644 --- a/src/PJ_urm5.cpp +++ b/src/PJ_urm5.cpp @@ -8,9 +8,11 @@ PROJ_HEAD(urm5, "Urmaev V") "\n\tPCyl, Sph, no inv\n\tn= q= alpha="; +namespace { // anonymous namespace struct pj_opaque { double m, rmn, q3, n; }; +} // anonymous namespace static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ |
