Skip to content

Commit 0cdb504

Browse files
Merge branch 'v15' into fix/explicit_keyword_on_point_and_vector
2 parents 5d74e7b + aab15f6 commit 0cdb504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/mesh/core/surface_mesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ namespace geode
830830
const auto nb_vertices = nb_polygon_vertices( polygon );
831831
const local_index_t vertex =
832832
edge + vertex_id == nb_vertices ? 0 : edge + vertex_id;
833-
return polygon_vertex( { polygon, vertex } );
833+
return polygon_vertex( PolygonVertex{ polygon, vertex } );
834834
}
835835

836836
template < index_t dimension >

0 commit comments

Comments
 (0)