We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c306aa commit 871a841Copy full SHA for 871a841
src/Core/Topo/TopoManager.cpp
@@ -148,6 +148,7 @@ void TopoManager::clear()
148
m_edges.deleteAndClear();
149
m_coedges.deleteAndClear();
150
m_vertices.deleteAndClear();
151
+ m_geom_associations.clear();
152
m_defaultNbMeshingEdges = 10;
153
}
154
/*----------------------------------------------------------------------------*/
0 commit comments