Routing outside coverage area crashes the Router

This commit is contained in:
Dennis Luxen
2011-07-22 16:05:40 +00:00
parent 53e9d70d3d
commit 61bc95dc9a
2 changed files with 11 additions and 8 deletions
-1
View File
@@ -288,7 +288,6 @@ private:
#ifndef NDEBUG
for ( Key i = 2; i < (Key) heap.size(); ++i ) {
assert( heap[i].weight >= heap[i >> 1].weight );
std::cout << "checked" << std::endl;
}
#endif
}