[mathicgb] 279/393: simple change to a log message

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:20 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 2c33c6ee0eb5d845450e27f0f659f6e0f29a6080
Author: Mike Stillman <mikestillman1 at gmail.com>
Date:   Wed Apr 17 20:53:09 2013 -0400

    simple change to a log message
---
 src/mathicgb/BuchbergerAlg.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mathicgb/BuchbergerAlg.cpp b/src/mathicgb/BuchbergerAlg.cpp
index 27ef054..3217b6d 100755
--- a/src/mathicgb/BuchbergerAlg.cpp
+++ b/src/mathicgb/BuchbergerAlg.cpp
@@ -254,8 +254,8 @@ void BuchbergerAlg::step() {
   std::vector<std::unique_ptr<Poly>> reduced;
 
   // w is the negative of the degree of the lcm's of the chosen spairs
-  MATHICGB_LOG(F4SPairDegree) << std::endl << "[degree = " << -w << "]";
-  
+  MATHICGB_LOG(F4SPairDegree) << std::endl << spairGroup.size() << " pairs in degree " << -w;
+
   mReducer.classicReduceSPolySet(spairGroup, mBasis, reduced);
 
   // sort the elements to get deterministic behavior. The order will change

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