update surf plugin

This commit is contained in:
Sébastien Loriot 2019-04-12 19:11:04 +02:00
parent 03ec0dfbe1
commit 7945ffeea2
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ bool read_surf(std::istream& input, std::vector<Mesh>& output,
Mesh& mesh = output[i];
PMP::internal::Polygon_soup_to_polygon_mesh<Mesh, Point_3, Triangle_ind>
PMP::internal::Polygon_soup_to_polygon_mesh<Mesh, std::vector<Point_3>, std::vector<Triangle_ind>>
converter(points, polygons);
converter(mesh, false/*insert_isolated_vertices*/);