diff options
Diffstat (limited to 'src/PJ_eqc.cpp')
| -rw-r--r-- | src/PJ_eqc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_eqc.cpp b/src/PJ_eqc.cpp index b95471f7..f31da20a 100644 --- a/src/PJ_eqc.cpp +++ b/src/PJ_eqc.cpp @@ -6,9 +6,11 @@ #include "proj.h" #include "projects.h" +namespace { // anonymous namespace struct pj_opaque { double rc; }; +} // anonymous namespace PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Carree)") "\n\tCyl, Sph\n\tlat_ts=[, lat_0=0]"; |
