Skip to content

Commit 871a841

Browse files
lelandaisbmpoudot
authored andcommitted
Fix cleaning bug
1 parent 7c306aa commit 871a841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Topo/TopoManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ void TopoManager::clear()
148148
m_edges.deleteAndClear();
149149
m_coedges.deleteAndClear();
150150
m_vertices.deleteAndClear();
151+
m_geom_associations.clear();
151152
m_defaultNbMeshingEdges = 10;
152153
}
153154
/*----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)