Skip to content

Commit ab3690c

Browse files
Apply prepare changes
1 parent 25530aa commit ab3690c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/geode/inspector/topology/brep_blocks_topology.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)