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.
2 parents ca0b7fb + d37c2d2 commit 80ca4d7Copy full SHA for 80ca4d7
src/geode/mesh/builder/graph_builder.cpp
@@ -129,9 +129,6 @@ namespace geode
129
130
index_t GraphBuilder::create_edge( index_t v0_id, index_t v1_id )
131
{
132
- OPENGEODE_ASSERT( v0_id != v1_id, "[GraphBuilder::create_edge] "
133
- "Trying to create an edge with "
134
- "same extremities" );
135
const auto added_edge = graph_.nb_edges();
136
create_edge();
137
set_edge_vertex( { added_edge, 0 }, v0_id );
0 commit comments