aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-01 14:09:02 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-09-30 11:26:48 +0200
commit164c85cc8e7f4515c7c4da7a85fe75c4a21fafec (patch)
treea1400324adefc7d79488ed0fd661b0060c86490a /scripts
parentef48acb4ab6e3426ac66f37a6477521d7b7be6d3 (diff)
downloadPROJ-164c85cc8e7f4515c7c4da7a85fe75c4a21fafec.tar.gz
PROJ-164c85cc8e7f4515c7c4da7a85fe75c4a21fafec.zip
Add a +proj=tinshift for triangulation-based transformations
Implements RFC-6
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";