[mathicgb] 87/393: Corrected MATHIC_INLINE to MATHICGB_INLINE.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:37 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 4cf528148a231f482ffdbb420bb60435507118de
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Tue Oct 30 15:07:59 2012 +0100

    Corrected MATHIC_INLINE to MATHICGB_INLINE.
---
 src/mathicgb/F4MatrixBuilder.cpp | 2 +-
 src/mathicgb/F4MatrixBuilder.hpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mathicgb/F4MatrixBuilder.cpp b/src/mathicgb/F4MatrixBuilder.cpp
index 4ae2668..d1b39ea 100755
--- a/src/mathicgb/F4MatrixBuilder.cpp
+++ b/src/mathicgb/F4MatrixBuilder.cpp
@@ -5,7 +5,7 @@
 #include <omp.h>
 #endif
 
-MATHIC_INLINE QuadMatrixBuilder::LeftRightColIndex
+MATHICGB_INLINE QuadMatrixBuilder::LeftRightColIndex
   F4MatrixBuilder::findOrCreateColumn
 (
   const const_monomial monoA,
diff --git a/src/mathicgb/F4MatrixBuilder.hpp b/src/mathicgb/F4MatrixBuilder.hpp
index 9732092..b2e2690 100755
--- a/src/mathicgb/F4MatrixBuilder.hpp
+++ b/src/mathicgb/F4MatrixBuilder.hpp
@@ -65,7 +65,7 @@ private:
   /** Creates a column with monomial label x and schedules a new row to
     reduce that column if possible. Here x is monoA if monoB is
     null and otherwise x is the product of monoA and monoB. */
-  MATHIC_NO_INLINE LeftRightColIndex createColumn
+  MATHICGB_NO_INLINE LeftRightColIndex createColumn
     (QuadMatrixBuilder& builder, const_monomial monoA, const_monomial monoB);
 
   /// Represents the task of adding a row to the matrix. If sPairPoly is null
@@ -93,7 +93,7 @@ private:
     QuadMatrixBuilder& builder
   );
 
-  MATHIC_INLINE LeftRightColIndex findOrCreateColumn
+  MATHICGB_INLINE LeftRightColIndex findOrCreateColumn
     (const_monomial monoA, const_monomial monoB, QuadMatrixBuilder& builder);
 
 

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