diff options
Diffstat (limited to 'math/gfan/files/patch-src_tropical.cpp')
-rw-r--r-- | math/gfan/files/patch-src_tropical.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_tropical.cpp b/math/gfan/files/patch-src_tropical.cpp new file mode 100644 index 000000000000..edf2777d7408 --- /dev/null +++ b/math/gfan/files/patch-src_tropical.cpp @@ -0,0 +1,11 @@ +--- src/tropical.cpp.orig 2017-06-20 14:47:37 UTC ++++ src/tropical.cpp +@@ -241,7 +241,7 @@ bool containsMonomialDehomogenize(PolynomialSet const + + bool containsMonomial(PolynomialSet const &ideal) + { +- log2 debug<<"containsMonomial() called on input ideal:\n"<<ideal; ++ gfan_log2 debug<<"containsMonomial() called on input ideal:\n"<<ideal; + + // if(ideal.empty())return false; + |