Skip to content

Commit c3c808c

Browse files
Apply prepare changes
1 parent 30af42a commit c3c808c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/geode/inspector/criterion/colocation/unique_vertices_colocation.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ namespace
5656
== geode::Line< Model::dim >::component_type_static() )
5757
{
5858
return point.inexact_equal( model.line( cmv.component_id.id() )
59-
.mesh()
60-
.point( cmv.vertex ) );
59+
.mesh()
60+
.point( cmv.vertex ) );
6161
}
6262
else if( cmv.component_id.type()
6363
== geode::Surface< Model::dim >::component_type_static() )
6464
{
6565
return point.inexact_equal( model.surface( cmv.component_id.id() )
66-
.mesh()
67-
.point( cmv.vertex ) );
66+
.mesh()
67+
.point( cmv.vertex ) );
6868
}
6969
return point.inexact_equal(
7070
model.corner( cmv.component_id.id() ).mesh().point( cmv.vertex ) );
@@ -85,8 +85,8 @@ namespace
8585
if( cmv.component_id.type() == geode::Block3D::component_type_static() )
8686
{
8787
return point.inexact_equal( model.block( cmv.component_id.id() )
88-
.mesh()
89-
.point( cmv.vertex ) );
88+
.mesh()
89+
.point( cmv.vertex ) );
9090
}
9191
return model_cmv_is_colocated_on_point_base< geode::BRep >(
9292
model, cmv, point );

0 commit comments

Comments
 (0)