This commit is contained in:
Sébastien Loriot 2021-10-04 15:58:38 +02:00
parent efbd86df7f
commit 33d60307c7
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void cube_test()
{
std::cout << "---- cube_test() ----\n";
CGAL::Surface_mesh<EPIC::Point_3> tm;
std::ifstream in(CGAL::data_file_path("meshes/cube_meshed.off"));
std::ifstream in("data-coref/cube_meshed.off");
in >> tm;
assert(tm.vertices().size()!=0);