[mathic] 30/62: Removed assert from HashTable.h that prevented the code from compiling with asserts.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit 02fdf80804fc735678697a27b7a2039591c8e670
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Sat Aug 4 21:31:26 2012 -0400
Removed assert from HashTable.h that prevented the code from compiling with asserts.
---
src/mathic/HashTable.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mathic/HashTable.h b/src/mathic/HashTable.h
old mode 100644
new mode 100755
index 339946f..1fd407c
--- a/src/mathic/HashTable.h
+++ b/src/mathic/HashTable.h
@@ -156,8 +156,6 @@ namespace mathic {
{
mHashTable.resize(mTableSize);
mMaxCountBeforeRebuild = mRebuildThreshold * mTableSize;
-
- MATHIC_ASSERT(tableIsZero(mHashTable));
}
template<class C>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list