File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments