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 5ef6564 commit 15445feCopy full SHA for 15445fe
src/mesh/triangulator_interface.C
@@ -124,7 +124,6 @@ void TriangulatorInterface::elems_to_segments()
124
// inside that boundary. Triangulator code doesn't like Steiner
125
// points that aren't inside the triangulation domain, so we
126
// need to get rid of them.
127
-
128
std::unordered_set<Node *> nodes_to_delete;
129
if (!this->_bdy_ids.empty())
130
{
0 commit comments