[vspline] 47/72: added script to compile all examples
Kay F. Jahnke
kfj-guest at moszumanska.debian.org
Sun Jul 2 09:02:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
kfj-guest pushed a commit to branch master
in repository vspline.
commit ea649ccaf0354f913e69ba93b8c6694fc99acf8f
Author: Kay F. Jahnke <kfjahnke at gmail.com>
Date: Thu Apr 20 10:49:02 2017 +0200
added script to compile all examples
---
example/examples.sh | 10 ++++++++++
filter.h | 1 -
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/example/examples.sh b/example/examples.sh
new file mode 100755
index 0000000..6376677
--- /dev/null
+++ b/example/examples.sh
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+# compile all examples
+
+for f in $(ls *.cc)
+do
+ body=$(basename $f .cc)
+ echo compiling $body
+ clang++ -DUSE_VC -O3 -std=c++11 -march=native -pthread -o$body $f -lVc -lvigraimpex
+done
diff --git a/filter.h b/filter.h
index 96a9cea..b0f7e62 100644
--- a/filter.h
+++ b/filter.h
@@ -1698,7 +1698,6 @@ public:
nbpoles ,
pole ,
tolerance ,
- 0 ,
1 ) ;
// now we have filtered data for the margins in margin_buffer, of which the central half
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vspline.git
More information about the debian-science-commits
mailing list