[mathicgb] 350/393: Changed the default back so that an input file again has to explicitly ask for a Schreyer order to get it. The other way was too strange and it also would require changing the tests.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.
commit 2c706c19771100c9d091e89e7a1af2c3f4afcc35
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Fri Aug 30 18:56:54 2013 +0200
Changed the default back so that an input file again has to explicitly ask for a Schreyer order to get it. The other way was too strange and it also would require changing the tests.
---
src/mathicgb/MathicIO.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mathicgb/MathicIO.hpp b/src/mathicgb/MathicIO.hpp
index e26aaae..8dd2f39 100755
--- a/src/mathicgb/MathicIO.hpp
+++ b/src/mathicgb/MathicIO.hpp
@@ -249,7 +249,7 @@ auto MathicIO<M, BF>::readOrder(
const bool withComponent,
Scanner& in
) -> Order {
- const bool schreyering = in.match("schreyer") || !in.match("noschreyer");
+ const bool schreyering = in.match("schreyer");
bool lexBaseOrder = !in.match("revlex") && in.match("lex");
auto gradingCount = in.readInteger<VarIndex>();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git
More information about the debian-science-commits
mailing list