git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1602530
)
Fixed returning of test result (++result was +result).
author
Jens Vollinga
<jensv@balin.nikhef.nl>
Fri, 6 Feb 2009 15:22:58 +0000
(16:22 +0100)
committer
Jens Vollinga
<jensv@balin.nikhef.nl>
Fri, 6 Feb 2009 15:22:58 +0000
(16:22 +0100)
check/exam_hashmap.cpp
patch
|
blob
|
history
diff --git
a/check/exam_hashmap.cpp
b/check/exam_hashmap.cpp
index c8540f3e49be5592d230f28f4585ff93c3d86d5b..55d3be7790f291fe3d32f9d721ab03a8d1393969 100644
(file)
--- a/
check/exam_hashmap.cpp
+++ b/
check/exam_hashmap.cpp
@@
-210,7
+210,7
@@
unsigned exam_hashmap()
}
if (it->second != 0) {
clog << "find() returned an incorrect value" << endl;
- +result;
+ +
+
result;
}
M5.erase(it);