Skip to content

Commit 38c6ca9

Browse files
BenPinetgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent cf19478 commit 38c6ca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/geode/mesh/core/solid_mesh.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ namespace geode
379379
public:
380380
explicit Impl( SolidMesh& solid )
381381
: polyhedron_around_vertex_(
382-
solid.vertex_attribute_manager()
383-
.template find_or_create_attribute< VariableAttribute,
384-
PolyhedronVertex >(
385-
"polyhedron_around_vertex", PolyhedronVertex{} ) ),
382+
solid.vertex_attribute_manager()
383+
.template find_or_create_attribute< VariableAttribute,
384+
PolyhedronVertex >(
385+
"polyhedron_around_vertex", PolyhedronVertex{} ) ),
386386
polyhedra_around_vertex_(
387387
solid.vertex_attribute_manager()
388388
.template find_or_create_attribute< VariableAttribute,

0 commit comments

Comments
 (0)