diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-06 14:07:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-06 21:35:15 +0100 |
| commit | 916a92062ffa2f2b59007047fae2176bbb463ca3 (patch) | |
| tree | 0c9af22bd14db3cc0c56d1f5450a6f544c5d4f91 /src/4D_api.cpp | |
| parent | 6875ef7116b9dab4021afeb06e2b79cd5679743b (diff) | |
| download | PROJ-916a92062ffa2f2b59007047fae2176bbb463ca3.tar.gz PROJ-916a92062ffa2f2b59007047fae2176bbb463ca3.zip | |
Remove hgrids and vgrids member from PJ structure, and store them in hgridshift/vgridshift/deformation structures
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index c994df63..3300a6bb 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -47,6 +47,7 @@ #include "proj_internal.h" #include <math.h> #include "geodesic.h" +#include "grids.hpp" #include "proj/common.hpp" #include "proj/coordinateoperation.hpp" |
