[mathicgb] 245/393: Renamed some F4 aliases and fixed descriptions of logs and a comment in stdinc.h.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:11 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 e700934f3a915bb2520fcc9f264f5e9e2f8b084c
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Sun Apr 14 11:53:13 2013 -0400
Renamed some F4 aliases and fixed descriptions of logs and a comment in stdinc.h.
---
src/mathicgb/F4MatrixReducer.cpp | 4 ++--
src/mathicgb/F4Reducer.cpp | 6 +++---
src/mathicgb/stdinc.h | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/mathicgb/F4MatrixReducer.cpp b/src/mathicgb/F4MatrixReducer.cpp
index 7bb3740..cc59311 100755
--- a/src/mathicgb/F4MatrixReducer.cpp
+++ b/src/mathicgb/F4MatrixReducer.cpp
@@ -22,12 +22,12 @@ MATHICGB_DEFINE_LOG_DOMAIN(
MATHICGB_DEFINE_LOG_DOMAIN(
F4MatReduceTop,
- "Displays time to reduce each F4 matrix to the bottom left matrix."
+ "Displays time to reduce each F4 matrix to the bottom right submatrix."
);
MATHICGB_DEFINE_LOG_DOMAIN(
F4RedBottomRight,
- "Displays time to reduce the bottom left of each F4 matrix."
+ "Displays time to reduce the bottom right submatrix of each F4 matrix."
);
namespace {
diff --git a/src/mathicgb/F4Reducer.cpp b/src/mathicgb/F4Reducer.cpp
index cb5e359..60a1ff5 100755
--- a/src/mathicgb/F4Reducer.cpp
+++ b/src/mathicgb/F4Reducer.cpp
@@ -30,13 +30,13 @@ MATHICGB_DEFINE_LOG_DOMAIN(
);
MATHICGB_DEFINE_LOG_ALIAS(
- "F4",
+ "F4Detail",
"F4MatrixEntries,F4MatrixBottomRows,F4MatrixTopRows,F4MatrixRows,"
- "F4MatrixBuild,F4MatrixBuild2,F4MatrixReduce"
+ "F4MatrixBuild,F4MatrixBuild2,F4MatrixReduce,F4"
);
MATHICGB_DEFINE_LOG_ALIAS(
- "F4Incremental",
+ "F4",
"F4MatrixSizes,F4MatrixBuild2,F4SPairDegree,F4MatReduceTop,F4RedBottomRight"
);
diff --git a/src/mathicgb/stdinc.h b/src/mathicgb/stdinc.h
index 9258f96..792ee94 100755
--- a/src/mathicgb/stdinc.h
+++ b/src/mathicgb/stdinc.h
@@ -173,7 +173,7 @@ std::unique_ptr<T> make_unique( Args&& ...args )
Unfortunately, MSVC does not have variadic templates, so this turns
into the monstrosity of overloads below. At least they got the perfect
-forwarding working, otherwise this would have required N^2 overloads
+forwarding working, otherwise this would have required 4^N overloads
for N parameters! Add more overloads below if you need more
parameters.
*/
--
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