aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-09-30 13:37:21 +0200
committerGitHub <noreply@github.com>2020-09-30 13:37:21 +0200
commit48c3a9a225b197d2462c4c03b18088fcc4f68c62 (patch)
tree84d1059a41c0ecfc73af3a0907dde9bc8583db71 /scripts
parent63541cc26830dea333edc8cef2bf144f10335423 (diff)
parent164c85cc8e7f4515c7c4da7a85fe75c4a21fafec (diff)
downloadPROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.tar.gz
PROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.zip
Merge pull request #2344 from rouault/tinshift
Add a +proj=tinshift for triangulation-based transformations
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/reformat_cpp.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh
index 0c57daba..50a572a1 100755
--- a/scripts/reformat_cpp.sh
+++ b/scripts/reformat_cpp.sh
@@ -27,6 +27,11 @@ for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp \
"$TOPDIR"/src/transformations/defmodel_exceptions.hpp \
"$TOPDIR"/src/transformations/defmodel_impl.hpp \
"$TOPDIR"/src/transformations/defmodel.cpp \
+ "$TOPDIR"/src/transformations/tinshift.hpp \
+ "$TOPDIR"/src/transformations/tinshift_exceptions.hpp \
+ "$TOPDIR"/src/transformations/tinshift_impl.hpp \
+ "$TOPDIR"/src/transformations/tinshift.cpp \
+ "$TOPDIR"/src/quadtree.hpp \
; do
if ! echo "$i" | grep -q "lru_cache.hpp"; then
"$SCRIPT_DIR"/reformat.sh "$i";