[mathic] 17/62: Changed a few erroneous checks for DEBUG to checks for MATHIC_DEBUG
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:19 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 8bff6f9466c29ff30ba8eb4719bcee630b5649eb
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Thu Jul 26 20:37:50 2012 -0400
Changed a few erroneous checks for DEBUG to checks for MATHIC_DEBUG
---
src/mathic/KDEntryArray.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mathic/KDEntryArray.h b/src/mathic/KDEntryArray.h
index 6ca3cc3..e355b10 100755
--- a/src/mathic/KDEntryArray.h
+++ b/src/mathic/KDEntryArray.h
@@ -33,7 +33,7 @@ namespace mathic {
void clear();
void recalculateTreeDivMask();
-#ifdef DEBUG
+#ifdef MATHIC_DEBUG
bool debugIsValid() const;
#endif
@@ -475,7 +475,7 @@ namespace mathic {
for (const_iterator it = begin(); it != end(); ++it)
updateToLowerBound(*it);
}
-#ifdef DEBUG
+#ifdef MATHIC_DEBUG
template<class C, class EE>
bool KDEntryArray<C, EE>::debugIsValid() const {
MATHIC_ASSERT(C::AllowRemovals || !empty());
--
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