Skip to content

Commit 28ef72a

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent c8b9358 commit 28ef72a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/geode/mesh/core/detail/facet_storage.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ namespace geode
5555

5656
protected:
5757
FacetStorage()
58-
: counter_( facet_attribute_manager_
58+
: counter_(
59+
facet_attribute_manager_
5960
.template find_or_create_attribute< VariableAttribute,
6061
index_t >( "counter", 1u, { false, false } ) ),
61-
vertices_( facet_attribute_manager_
62+
vertices_(
63+
facet_attribute_manager_
6264
.template find_or_create_attribute< VariableAttribute,
6365
VertexContainer >( attribute_name(),
6466
VertexContainer(),

0 commit comments

Comments
 (0)