From c7240808498c9ca6b58e66ee958ab4fcbaae99ea Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 25 Jun 2015 09:30:17 +0200 Subject: [PATCH] fix typo in path to test data --- .../test/Advancing_front_surface_reconstruction/polyhedron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;