diff options
Diffstat (limited to 'src/PJ_bertin1953.cpp')
| -rw-r--r-- | src/PJ_bertin1953.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_bertin1953.cpp b/src/PJ_bertin1953.cpp index 46420314..a551a6b2 100644 --- a/src/PJ_bertin1953.cpp +++ b/src/PJ_bertin1953.cpp @@ -21,9 +21,11 @@ PROJ_HEAD(bertin1953, "Bertin 1953") "\n\tMisc Sph no inv."; +namespace { // anonymous namespace struct pj_opaque { double cos_delta_phi, sin_delta_phi, cos_delta_gamma, sin_delta_gamma, deltaLambda; }; +} // anonymous namespace static XY s_forward (LP lp, PJ *P) { |
