Skip to content

Bugfix/double vertex insertion

Timo Koch requested to merge bugfix/double-vertex-insertion into master

When inserting two element that share a new vertex this vertex was inserted twice resulting in a disconnected grid. The check if a vertex is already inserted was already in place, however the map had the wrong scope and the pointer written in the map was a pointer to the grid entity not the entity in the to-be-inserted queue.

Merge request reports