diff options
| author | marcus-elia <54640981+marcus-elia@users.noreply.github.com> | 2021-07-13 11:49:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 17:49:28 +0200 |
| commit | d902272785a55e48f6b46a907a34a71a5220fccc (patch) | |
| tree | 2e4753fec6cfadd0929e085c588228b4914c5a59 /src/init.cpp | |
| parent | 7b23d2b8c1dfd8e81becb394700d9435f284fa1e (diff) | |
| download | PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.tar.gz PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.zip | |
Add S2 projection (#2749)
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index a0d727cb..61457cb6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -41,7 +41,6 @@ #include "filemanager.hpp" #include <math.h> - /**************************************************************************************/ static paralist *string_to_paralist (PJ_CONTEXT *ctx, char *definition) { /*************************************************************************************** |
