Skip to content

Commit 5d74e7b

Browse files
MelchiorSchuhgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent c45004c commit 5d74e7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/geode/mesh/core/surface_mesh.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ namespace geode
272272
public:
273273
Impl( SurfaceMesh& surface )
274274
: polygon_around_vertex_(
275-
surface.vertex_attribute_manager()
276-
.template find_or_create_attribute< VariableAttribute,
277-
PolygonVertex >(
278-
"polygon_around_vertex", PolygonVertex{} ) ),
275+
surface.vertex_attribute_manager()
276+
.template find_or_create_attribute< VariableAttribute,
277+
PolygonVertex >(
278+
"polygon_around_vertex", PolygonVertex{} ) ),
279279
polygons_around_vertex_(
280280
surface.vertex_attribute_manager()
281281
.template find_or_create_attribute< VariableAttribute,

0 commit comments

Comments
 (0)