Skip to content

Commit 921fecf

Browse files
panquezgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 4b0ece5 commit 921fecf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/geode/mesh/core/solid_mesh.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ namespace geode
377377
public:
378378
explicit Impl( SolidMesh& solid )
379379
: polyhedron_around_vertex_(
380-
solid.vertex_attribute_manager()
381-
.template find_or_create_attribute< VariableAttribute,
382-
PolyhedronVertex >(
383-
"polyhedron_around_vertex", PolyhedronVertex{} ) ),
380+
solid.vertex_attribute_manager()
381+
.template find_or_create_attribute< VariableAttribute,
382+
PolyhedronVertex >(
383+
"polyhedron_around_vertex", PolyhedronVertex{} ) ),
384384
polyhedra_around_vertex_(
385385
solid.vertex_attribute_manager()
386386
.template find_or_create_attribute< VariableAttribute,

src/geode/mesh/core/surface_mesh.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ namespace geode
245245
public:
246246
Impl( SurfaceMesh& surface )
247247
: polygon_around_vertex_(
248-
surface.vertex_attribute_manager()
249-
.template find_or_create_attribute< VariableAttribute,
250-
PolygonVertex >(
251-
"polygon_around_vertex", PolygonVertex{} ) ),
248+
surface.vertex_attribute_manager()
249+
.template find_or_create_attribute< VariableAttribute,
250+
PolygonVertex >(
251+
"polygon_around_vertex", PolygonVertex{} ) ),
252252
polygons_around_vertex_(
253253
surface.vertex_attribute_manager()
254254
.template find_or_create_attribute< VariableAttribute,

0 commit comments

Comments
 (0)