[mathic] 35/62: fixed typo
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 af6a9025212f117cd31095cdd9ae1c5363f7b460
Author: Mike Stillman <mikestillman1 at gmail.com>
Date: Thu Aug 23 16:49:32 2012 -0400
fixed typo
---
src/mathic/PairQueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mathic/PairQueue.h b/src/mathic/PairQueue.h
index b9cae3f..89800f1 100755
--- a/src/mathic/PairQueue.h
+++ b/src/mathic/PairQueue.h
@@ -538,7 +538,7 @@ namespace mathic {
(Iter const sortedRowsBegin, Iter const sortedRowsEnd) {
#ifdef DEBUG
if (SupportRetirement) {
- for (Iter it = sortedRowsBegin; it != sortedRowsend; ++it)
+ for (Iter it = sortedRowsBegin; it != sortedRowsEnd; ++it)
MATHIC_ASSERT(!retired(*it));
}
#endif
--
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