mirror of https://github.com/CGAL/cgal
Fix missing namespace
This commit is contained in:
parent
2b8c61b5ab
commit
5983a80f6f
|
|
@ -306,7 +306,7 @@ private:
|
||||||
std::ostringstream out_ss;
|
std::ostringstream out_ss;
|
||||||
out_ss << filename << iter << ".off" << std::ends;
|
out_ss << filename << iter << ".off" << std::ends;
|
||||||
std::ofstream out(out_ss.str().c_str());
|
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.
|
// Copy the data from two vectors to the UVmap.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue