From 48b3bd9afe0ffccf06b2c8dceef1b636834ba876 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 26 May 2020 15:49:03 +0200 Subject: 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 --- scripts/reformat_cpp.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/reformat_cpp.sh') 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 \ -- cgit v1.2.3