[mathicgb] 326/393: Library interface not actually registers it when setComponentsAscending() is called.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:30 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 1de9829815df4f979e84f7341127d68d49f9bd66
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Tue Aug 13 18:58:59 2013 +0200

    Library interface not actually registers it when setComponentsAscending() is called.
---
 src/mathicgb.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathicgb.cpp b/src/mathicgb.cpp
index 2060289..13e3b07 100755
--- a/src/mathicgb.cpp
+++ b/src/mathicgb.cpp
@@ -491,7 +491,7 @@ namespace mgb {
   }
 
   void GroebnerConfiguration::setComponentsAscending(bool value) {
-    mPimpl->mComponentsAscending;
+    mPimpl->mComponentsAscending = value;
   }
 
   bool GroebnerConfiguration::componentsAscending() const {

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