Skip to content
Snippets Groups Projects
Commit 51402740 authored by Markus Blatt's avatar Markus Blatt
Browse files

Remove unnecessary assertions.

[[Imported from SVN: r3242]]
parent 4edf910c
No related branches found
No related tags found
No related merge requests found
......@@ -401,9 +401,6 @@ namespace Dune
for(Vertex vertex = graph.begin(); vertex != vend; ++vertex)
put(visitedMap, *vertex, false);
for(Vertex vertex = graph.begin(); vertex != vend; ++vertex)
assert(!get(visitedMap, *vertex));
typedef typename I::const_iterator IndexIterator;
const IndexIterator end = indices.end();
for(IndexIterator index=indices.begin(); index != end; ++index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment