[mathicgb] 101/393: Removed method from FixedsizeMonomialMap elementCount since it was returning mEntryCount which now does not exist.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:40 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 ef2bb8ca50a01121c690cfe99305d13eec39c3b7
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Mon Nov 5 22:21:26 2012 +0100
Removed method from FixedsizeMonomialMap elementCount since it was returning mEntryCount which now does not exist.
---
src/mathicgb/FixedSizeMonomialMap.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/mathicgb/FixedSizeMonomialMap.h b/src/mathicgb/FixedSizeMonomialMap.h
index fc3fe5e..57f5340 100755
--- a/src/mathicgb/FixedSizeMonomialMap.h
+++ b/src/mathicgb/FixedSizeMonomialMap.h
@@ -70,9 +70,6 @@ public:
}
}
- /// Return how many elements there are in the hash table.
- size_t elementCount() const {return mEntryCount;}
-
/// Return how many buckets the hash table has.
size_t bucketCount() const {
return hashMaskToBucketCount(mHashToIndexMask);
--
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