[mathicgb] 333/393: Change to make code compile on gcc 4.7.3.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:31 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 d42655ed66140828392f494f5fc27331465d890b
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Mon Aug 26 17:56:39 2013 +0200

    Change to make code compile on gcc 4.7.3.
---
 src/mathicgb/MonoMonoid.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathicgb/MonoMonoid.hpp b/src/mathicgb/MonoMonoid.hpp
index 366fdfc..4594c35 100755
--- a/src/mathicgb/MonoMonoid.hpp
+++ b/src/mathicgb/MonoMonoid.hpp
@@ -410,7 +410,7 @@ public:
     const auto componentIndex = Base::reverseComponentGradingIndex
       (gradingCount(), componentGradingIndex());
     if (componentIndex != Order::ComponentAfterBaseOrder)
-      removeZeroRow(varCount(), componentIndex, orderGradings);
+      Base::removeZeroRow(varCount(), componentIndex, orderGradings);
     return Order(
       varCount(),
       std::move(orderGradings),

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