From 697b93dbad54ead7b1b66e7b610abd673192695c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 4 May 2020 13:48:17 +0200 Subject: Add a +proj=defmodel transformation for multi-component time-based deformation models Fixes #1001 Co-authored-by: Chris Crook --- scripts/reformat_cpp.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/reformat_cpp.sh') diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 89b8e4e6..3b626e82 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -21,7 +21,12 @@ for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp \ "$TOPDIR"/src/tracing.cpp "$TOPDIR"/src/grids.hpp "$TOPDIR"/src/grids.cpp \ "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp \ "$TOPDIR"/src/networkfilemanager.cpp \ - "$TOPDIR"/src/sqlite3_utils.hpp "$TOPDIR"/src/sqlite3_utils.cpp ; do + "$TOPDIR"/src/sqlite3_utils.hpp "$TOPDIR"/src/sqlite3_utils.cpp \ + "$TOPDIR"/src/transformations/defmodel.hpp \ + "$TOPDIR"/src/transformations/defmodel_exceptions.hpp \ + "$TOPDIR"/src/transformations/defmodel_impl.hpp \ + "$TOPDIR"/src/transformations/defmodel.cpp \ + ; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; fi -- cgit v1.2.3