summaryrefslogtreecommitdiff
path: root/math/gfan/files/patch-src_app__main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/gfan/files/patch-src_app__main.cpp')
-rw-r--r--math/gfan/files/patch-src_app__main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_app__main.cpp b/math/gfan/files/patch-src_app__main.cpp
new file mode 100644
index 000000000000..bde1a6be233f
--- /dev/null
+++ b/math/gfan/files/patch-src_app__main.cpp
@@ -0,0 +1,11 @@
+--- src/app_main.cpp.orig 2017-06-20 14:47:37 UTC
++++ src/app_main.cpp
+@@ -143,7 +143,7 @@ class GCats : public GFanApplication (public)
+ {
+ log1 fprintf(Stderr,"Computing Groebner Basis...\n");
+ buchberger(&g,StandardGradedLexicographicTermOrder());
+- log2 AsciiPrinter(Stderr).printPolynomialSet(g);
++ gfan_log2 AsciiPrinter(Stderr).printPolynomialSet(g);
+ }
+ log1 fprintf(Stderr,"A reduced Groebner basis has been computed\n");
+ }