File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/geode/inspector/criterion/colocation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments