diff --git a/Advancing_front_surface_reconstruction/test/Advancing_front_surface_reconstruction/polyhedron.cpp b/Advancing_front_surface_reconstruction/test/Advancing_front_surface_reconstruction/polyhedron.cpp index 4de9c841cb5..858054ef013 100644 --- a/Advancing_front_surface_reconstruction/test/Advancing_front_surface_reconstruction/polyhedron.cpp +++ b/Advancing_front_surface_reconstruction/test/Advancing_front_surface_reconstruction/polyhedron.cpp @@ -29,7 +29,7 @@ operator<<(std::ostream& os, const Facet& f) int main() { Polyhedron polyhedron; - std::ifstream in("data.planar.xyz"); + std::ifstream in("data/planar.xyz"); std::vector points; std::vector facets;