summaryrefslogtreecommitdiff
path: root/math/gfan/files/patch-src_triangulation2.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/gfan/files/patch-src_triangulation2.h')
-rw-r--r--math/gfan/files/patch-src_triangulation2.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_triangulation2.h b/math/gfan/files/patch-src_triangulation2.h
new file mode 100644
index 000000000000..24c09cf6320a
--- /dev/null
+++ b/math/gfan/files/patch-src_triangulation2.h
@@ -0,0 +1,20 @@
+--- src/triangulation2.h.orig 2017-06-20 14:47:37 UTC
++++ src/triangulation2.h
+@@ -602,7 +602,7 @@ using namespace std;
+ /* void flip(IntegerVector const &normal)
+ {
+ AsciiPrinter P(Stderr);
+- log2 print(P);
++ gfan_log2 print(P);
+ //log0 P.printVector(normal);
+ int n=normal.size();
+ // IntegerVectorList l=wallRemoveScaledInequalities(inequalities());// This is not needed - one circuit should be enough
+@@ -610,7 +610,7 @@ using namespace std;
+ for(IntegerVectorList::const_iterator i=l.begin();i!=l.end();i++)
+ if(dependent(*i,normal))
+ {
+- log2 AsciiPrinter(Stderr).printVector(*i);
++ gfan_log2 AsciiPrinter(Stderr).printVector(*i);
+ for(int k=0;k<normal.size();k++)
+ if((*i)[k]<0)
+ {