Skip to content

Commit 000b0c1

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 03bed4b commit 000b0c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/geode/mesh/core/surface_mesh.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,13 @@ namespace geode
274274

275275
public:
276276
Impl( SurfaceMesh& surface )
277-
: polygon_around_vertex_( surface.vertex_attribute_manager()
277+
: polygon_around_vertex_(
278+
surface.vertex_attribute_manager()
278279
.template find_or_create_attribute< VariableAttribute,
279280
PolygonVertex >(
280281
"polygon_around_vertex", PolygonVertex{} ) ),
281-
polygons_around_vertex_( surface.vertex_attribute_manager()
282+
polygons_around_vertex_(
283+
surface.vertex_attribute_manager()
282284
.template find_or_create_attribute< VariableAttribute,
283285
CachedPolygons >(
284286
POLYGONS_AROUND_VERTEX_NAME, CachedPolygons{} ) )

0 commit comments

Comments
 (0)