[mathicgb] 258/393: Fixed a wrong test for monomials.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:14 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 d30c6b170b18c69de4bdab2e64047bdcd4ad3952
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Tue Apr 16 14:24:27 2013 -0400

    Fixed a wrong test for monomials.
---
 src/test/poly-test.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/poly-test.cpp b/src/test/poly-test.cpp
index 9fc1863..55f3b7d 100755
--- a/src/test/poly-test.cpp
+++ b/src/test/poly-test.cpp
@@ -259,6 +259,7 @@ void testMonomialOps(const PolyRing* R, std::string s1, std::string s2)
   R->monomialDivide(lcm, m2a, m2b);
   EXPECT_TRUE(R->monomialEQ(m1, m1b));
   EXPECT_TRUE(R->monomialEQ(m2, m2b));
+  R->monomialMult(m1a, m2a, m8);
 
   size_t supp1 = R->monomialSizeOfSupport(m1a);
   size_t supp2 = R->monomialSizeOfSupport(m2a);

-- 
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