Skip to content

Commit a471d7a

Browse files
Apply prepare changes
1 parent 462b045 commit a471d7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ namespace
6868
{
6969
const Edge polyhedron_edge{ polyhedron_edge_vertices };
7070
if( !polyhedra_around_edges
71-
.try_emplace( polyhedron_edge, 1, polyhedron_id )
72-
.second )
71+
.try_emplace( polyhedron_edge, 1, polyhedron_id )
72+
.second )
7373
{
7474
polyhedra_around_edges[polyhedron_edge].push_back(
7575
polyhedron_id );

src/geode/inspector/criterion/manifold/surface_edge_manifold.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ namespace
5151
{ polygon_id, polygon_edge_id } )
5252
};
5353
if( !polygons_around_edges
54-
.try_emplace( polygon_edge_vertex_cycle,
55-
std::make_pair( 1, false ) )
56-
.second )
54+
.try_emplace( polygon_edge_vertex_cycle,
55+
std::make_pair( 1, false ) )
56+
.second )
5757
{
5858
polygons_around_edges[polygon_edge_vertex_cycle].first += 1;
5959
}

0 commit comments

Comments
 (0)