diff options
Diffstat (limited to 'math/gfan/files/patch-src_linalg.cpp')
-rw-r--r-- | math/gfan/files/patch-src_linalg.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_linalg.cpp b/math/gfan/files/patch-src_linalg.cpp new file mode 100644 index 000000000000..e98799c2ff2e --- /dev/null +++ b/math/gfan/files/patch-src_linalg.cpp @@ -0,0 +1,11 @@ +--- src/linalg.cpp.orig 2017-09-08 14:13:16 UTC ++++ src/linalg.cpp +@@ -885,7 +885,7 @@ IntegerVector vectorInKernel(IntegerMatrix const &m) / + return ret; + } + fallback: +- log2 debug << "LINALG FALLBACK\n"; ++ gfan_log2 debug << "LINALG FALLBACK\n"; + + + FieldMatrix m2=integerMatrixToFieldMatrix(m,Q); |