From 5983a80f6fb42a475d1e319e4c127f86402ac80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 7 Oct 2019 13:07:13 +0200 Subject: [PATCH] Fix missing namespace --- .../CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h index c83d83b9880..2243d9e6e56 100644 --- a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h +++ b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h @@ -306,7 +306,7 @@ private: std::ostringstream out_ss; out_ss << filename << iter << ".off" << std::ends; std::ofstream out(out_ss.str().c_str()); - output_uvmap_to_off(mesh, vertices, faces, uvmap, vimap, out); + IO::output_uvmap_to_off(mesh, vertices, faces, uvmap, vimap, out); } // Copy the data from two vectors to the UVmap.