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

Forgotten file of last commit.

[[Imported from SVN: r1073]]
parent 99c7eeb0
Branches
Tags
No related merge requests found
......@@ -410,10 +410,10 @@ namespace Dune
std::sort(overlapVertices, overlapVertices+overlapCount, OVLess<Vertex>());
overlapStart_ = new std::size_t[graph.maxVertex()];
overlapStart_ = new std::size_t[graph.maxVertex()+1];
#ifndef NDEBUG
for(typename G::VertexDescriptor i=typename G::VertexDescriptor(); i < graph.maxVertex(); ++i)
for(typename G::VertexDescriptor i=typename G::VertexDescriptor(); i <= graph.maxVertex(); ++i)
overlapStart_[i]=-1;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment