auto -> proper type which already exists

This commit is contained in:
Mael Rouxel-Labbé 2020-05-26 19:27:26 +02:00
parent dc0946903b
commit 5d1a68e8f7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ bool write_triangle_meshes_to_3mf(const std::string& file_name,
std::vector<PointRange> all_points;
std::vector<PolygonRange> all_polygons;
for(const auto& g : gs)
for(const FaceGraph& g : gs)
{
PointRange points;
points.reserve(num_vertices(g));