File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/geode/inspector/topology Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ namespace
199199 const auto surface_id =
200200 surface_uuids_to_graph_edges
201201 .out2in ( graph->edges_around_vertex ( graph_vertex )
202- .at ( 0 )
203- .edge_id )
202+ .at ( 0 )
203+ .edge_id )
204204 .at ( 0 );
205205 bool should_delete{ true };
206206 for ( const auto & edge_around :
@@ -309,7 +309,7 @@ namespace
309309 const auto unique_vertex = brep.unique_vertex (
310310 { boundary.component_id (), polygon_vertex } );
311311 if ( !unique_vertices_to_polygonal_surface_vertices
312- .has_mapping_input ( unique_vertex ) )
312+ .has_mapping_input ( unique_vertex ) )
313313 {
314314 const auto new_vertex =
315315 polygonal_surface_builder->create_point (
@@ -359,7 +359,7 @@ namespace
359359 const auto unique_vertex = brep.unique_vertex (
360360 { boundary.component_id (), polygon_vertex } );
361361 if ( !unique_vertices_to_polygonal_surface_vertices
362- .has_mapping_input ( unique_vertex ) )
362+ .has_mapping_input ( unique_vertex ) )
363363 {
364364 const auto new_vertex =
365365 polygonal_surface_builder->create_point (
You can’t perform that action at this time.
0 commit comments