blob: e98799c2ff2e76a99f2a0d85a217e212213c9d9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
|