Skip to content

Commit 4ed99da

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e067d42 commit 4ed99da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/geode/model/representation/core/detail/transfer_meshes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ namespace
5252
mapping.at( geode::Corner< Model::dim >::component_type_static() )
5353
.in2out_map() )
5454
{
55-
builder.update_corner_mesh( model.corner( in ),
56-
geode::PointSet< Model::dim >::create() );
55+
builder.update_corner_mesh(
56+
model.corner( in ), geode::PointSet< Model::dim >::create() );
5757
}
5858
}
5959

0 commit comments

Comments
 (0)