We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf19478 commit 38c6ca9Copy full SHA for 38c6ca9
src/geode/mesh/core/solid_mesh.cpp
@@ -379,10 +379,10 @@ namespace geode
379
public:
380
explicit Impl( SolidMesh& solid )
381
: polyhedron_around_vertex_(
382
- solid.vertex_attribute_manager()
383
- .template find_or_create_attribute< VariableAttribute,
384
- PolyhedronVertex >(
385
- "polyhedron_around_vertex", PolyhedronVertex{} ) ),
+ solid.vertex_attribute_manager()
+ .template find_or_create_attribute< VariableAttribute,
+ PolyhedronVertex >(
+ "polyhedron_around_vertex", PolyhedronVertex{} ) ),
386
polyhedra_around_vertex_(
387
solid.vertex_attribute_manager()
388
.template find_or_create_attribute< VariableAttribute,
0 commit comments