Skip to content

Commit 25530aa

Browse files
minor change
1 parent b0bee16 commit 25530aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/geode/inspector/topology/brep_blocks_topology.cpp

Lines changed: 5 additions & 5 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(
@@ -469,7 +469,7 @@ namespace geode
469469
{
470470
return message;
471471
}
472-
return "no issues with blocks topology \n";
472+
return "no issues with Blocks topology \n";
473473
}
474474

475475
std::string BRepBlocksTopologyInspectionResult::inspection_type() const

src/geode/inspector/topology/brep_lines_topology.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ namespace geode
101101
{
102102
return message;
103103
}
104-
return "no issues with lines topology \n";
104+
return "no issues with Lines topology \n";
105105
}
106106

107107
std::string BRepLinesTopologyInspectionResult::inspection_type() const

src/geode/inspector/topology/brep_surfaces_topology.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ namespace geode
9595
{
9696
return message;
9797
}
98-
return "no issues with surfaces topology \n";
98+
return "no issues with Surfaces topology \n";
9999
}
100100

101101
std::string BRepSurfacesTopologyInspectionResult::inspection_type() const

0 commit comments

Comments
 (0)