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.
2 parents 5d74e7b + aab15f6 commit 0cdb504Copy full SHA for 0cdb504
src/geode/mesh/core/surface_mesh.cpp
@@ -830,7 +830,7 @@ namespace geode
830
const auto nb_vertices = nb_polygon_vertices( polygon );
831
const local_index_t vertex =
832
edge + vertex_id == nb_vertices ? 0 : edge + vertex_id;
833
- return polygon_vertex( { polygon, vertex } );
+ return polygon_vertex( PolygonVertex{ polygon, vertex } );
834
}
835
836
template < index_t dimension >
0 commit comments