Skip to content

Commit 15445fe

Browse files
committed
Remove whitespace
1 parent 5ef6564 commit 15445fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mesh/triangulator_interface.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ void TriangulatorInterface::elems_to_segments()
124124
// inside that boundary. Triangulator code doesn't like Steiner
125125
// points that aren't inside the triangulation domain, so we
126126
// need to get rid of them.
127-
128127
std::unordered_set<Node *> nodes_to_delete;
129128
if (!this->_bdy_ids.empty())
130129
{

0 commit comments

Comments
 (0)