From 164c85cc8e7f4515c7c4da7a85fe75c4a21fafec Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 1 Jul 2020 14:09:02 +0200 Subject: Add a +proj=tinshift for triangulation-based transformations Implements RFC-6 --- scripts/reformat_cpp.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/reformat_cpp.sh') 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"; -- cgit v1.2.3