[mathicgb] 295/393: Renamed logCharacteristic to logNumber in the library interface.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:23 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 ac904ef78c32e87d4ae474b7a3fe4a803a3dcced
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Sat Apr 20 18:16:00 2013 -0400
Renamed logCharacteristic to logNumber in the library interface.
---
src/mathicgb.cpp | 2 +-
src/mathicgb.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mathicgb.cpp b/src/mathicgb.cpp
index 45c6804..ceb66ba 100755
--- a/src/mathicgb.cpp
+++ b/src/mathicgb.cpp
@@ -38,7 +38,7 @@ namespace mgb {
return true;
}
- bool logCharacteristic(const char* logName, double& number) {
+ bool logNumber(const char* logName, double& number) {
auto log = LogDomainSet::singleton().logDomain(logName);
if (log == 0 || !log->enabled())
return false;
diff --git a/src/mathicgb.h b/src/mathicgb.h
index 6a83c31..22a356d 100755
--- a/src/mathicgb.h
+++ b/src/mathicgb.h
@@ -34,7 +34,7 @@ namespace mgb { // Part of the public interface of MathicGB
/// As logTime, but retrieves a number associated to logName that is
/// not necessarily a time.
- bool logCharacteristic(const char* logName, double& number);
+ bool logNumber(const char* logName, double& number);
/// Use this class to describe a configuration of a Groebner basis algorithm
/// that you want to run.
--
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