diff --git a/Surface_mesh/test/Surface_mesh/sm_ply_io.cpp b/Surface_mesh/test/Surface_mesh/sm_ply_io.cpp index c18b6523b74..b42b87410d7 100644 --- a/Surface_mesh/test/Surface_mesh/sm_ply_io.cpp +++ b/Surface_mesh/test/Surface_mesh/sm_ply_io.cpp @@ -39,6 +39,7 @@ int main() CGAL::read_ply (in2, mesh); std::ofstream out ("out.ply"); + out.precision(17); // CGAL::set_binary_mode(out); CGAL::write_ply (out, mesh);