aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-04 13:48:17 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-05-16 17:53:13 +0200
commit697b93dbad54ead7b1b66e7b610abd673192695c (patch)
tree1388cd1f637d5c6c9f706e9a12f1ec5ac313ec37 /scripts
parent4054c3b884c58ade73ecfe4557005af3453afcef (diff)
downloadPROJ-697b93dbad54ead7b1b66e7b610abd673192695c.tar.gz
PROJ-697b93dbad54ead7b1b66e7b610abd673192695c.zip
Add a +proj=defmodel transformation for multi-component time-based deformation models
Fixes #1001 Co-authored-by: Chris Crook <ccrook@linz.govt.nz>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/reformat_cpp.sh7
1 files changed, 6 insertions, 1 deletions
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