diff options
Diffstat (limited to 'src/PJ_tpeqd.cpp')
| -rw-r--r-- | src/PJ_tpeqd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_tpeqd.cpp b/src/PJ_tpeqd.cpp index 5691cd7b..a1c049aa 100644 --- a/src/PJ_tpeqd.cpp +++ b/src/PJ_tpeqd.cpp @@ -8,10 +8,12 @@ PROJ_HEAD(tpeqd, "Two Point Equidistant") "\n\tMisc Sph\n\tlat_1= lon_1= lat_2= lon_2="; +namespace { // anonymous namespace struct pj_opaque { double cp1, sp1, cp2, sp2, ccs, cs, sc, r2z0, z02, dlam2; double hz0, thz0, rhshz0, ca, sa, lp, lamc; }; +} // anonymous namespace static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ |
