Fix missing namespace

This commit is contained in:
Mael Rouxel-Labbé 2019-10-07 13:07:13 +02:00
parent 2b8c61b5ab
commit 5983a80f6f
1 changed files with 1 additions and 1 deletions

View File

@ -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.