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

Fixed equality comparison

[[Imported from SVN: r1297]]
parent 0f805396
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,7 @@ namespace Dune
typedef typename G::VertexDescriptor Vertex;
OverlapVertex<Vertex>* overlapVertices = new OverlapVertex<Vertex>[overlapCount=0 ? 1 : overlapCount];
if(overlapCount=0)
if(overlapCount==0)
return overlapVertices;
// Initialize them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment