diff options
Diffstat (limited to 'math/gfan/files/patch-src_wallideal.cpp')
-rw-r--r-- | math/gfan/files/patch-src_wallideal.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_wallideal.cpp b/math/gfan/files/patch-src_wallideal.cpp new file mode 100644 index 000000000000..951b31f5b918 --- /dev/null +++ b/math/gfan/files/patch-src_wallideal.cpp @@ -0,0 +1,11 @@ +--- src/wallideal.cpp.orig 2017-06-20 14:47:37 UTC ++++ src/wallideal.cpp +@@ -1055,7 +1055,7 @@ IntegerVectorList fastNormals(IntegerVectorList const + // log0 fprintf(Stderr,"Number of inequalities:%i\n",normals.size()); + + // log0 fprintf(Stderr,"G"); +- //log2 cerr << "Fast normals end" << endl; ++ //gfan_log2 cerr << "Fast normals end" << endl; + return normals; + } + |