File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -412,11 +412,13 @@ namespace geode
412412
413413 public:
414414 explicit Impl ( SolidMesh& solid )
415- : polyhedron_around_vertex_( solid.vertex_attribute_manager()
415+ : polyhedron_around_vertex_(
416+ solid.vertex_attribute_manager()
416417 .template find_or_create_attribute< VariableAttribute,
417418 PolyhedronVertex >(
418419 " polyhedron_around_vertex" , PolyhedronVertex{} ) ),
419- polyhedra_around_vertex_( solid.vertex_attribute_manager()
420+ polyhedra_around_vertex_(
421+ solid.vertex_attribute_manager()
420422 .template find_or_create_attribute< VariableAttribute,
421423 CachedPolyhedra >(
422424 POLYHEDRA_AROUND_VERTEX_NAME, CachedPolyhedra{} ) )
@@ -1253,7 +1255,7 @@ namespace geode
12531255 {
12541256 facet_vertices.push_back (
12551257 vertices[polyhedron_facet_vertex_id ( { facet, v } )
1256- .vertex_id ] );
1258+ .vertex_id ] );
12571259 }
12581260 }
12591261 return facets_vertices;
You can’t perform that action at this time.
0 commit comments