diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-26 15:49:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-28 13:51:28 +0200 |
| commit | 48b3bd9afe0ffccf06b2c8dceef1b636834ba876 (patch) | |
| tree | 6c498328a8fa11cd50ba0b3c794c4d28796ffe17 /scripts | |
| parent | 172744361c83d2a40c11600a398a0e1668052031 (diff) | |
| download | PROJ-48b3bd9afe0ffccf06b2c8dceef1b636834ba876.tar.gz PROJ-48b3bd9afe0ffccf06b2c8dceef1b636834ba876.zip | |
Implement wink2 inverse by generic inversion of forward method
- Move the generic method initiated from adams_ws2 to a
pj_generic_inverse_2d() method
- Use it in adams_ws2
- Use it in wink2
Fixes https://github.com/qgis/QGIS/issues/35512
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 3b626e82..0c57daba 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -22,6 +22,7 @@ for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp \ "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp \ "$TOPDIR"/src/networkfilemanager.cpp \ "$TOPDIR"/src/sqlite3_utils.hpp "$TOPDIR"/src/sqlite3_utils.cpp \ + "$TOPDIR"/src/generic_inverse.cpp \ "$TOPDIR"/src/transformations/defmodel.hpp \ "$TOPDIR"/src/transformations/defmodel_exceptions.hpp \ "$TOPDIR"/src/transformations/defmodel_impl.hpp \ |
