mirror of https://github.com/CGAL/cgal
auto -> proper type which already exists
This commit is contained in:
parent
dc0946903b
commit
5d1a68e8f7
|
|
@ -59,7 +59,7 @@ bool write_triangle_meshes_to_3mf(const std::string& file_name,
|
||||||
std::vector<PointRange> all_points;
|
std::vector<PointRange> all_points;
|
||||||
std::vector<PolygonRange> all_polygons;
|
std::vector<PolygonRange> all_polygons;
|
||||||
|
|
||||||
for(const auto& g : gs)
|
for(const FaceGraph& g : gs)
|
||||||
{
|
{
|
||||||
PointRange points;
|
PointRange points;
|
||||||
points.reserve(num_vertices(g));
|
points.reserve(num_vertices(g));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue