fix typo in path to test data

This commit is contained in:
Andreas Fabri 2015-06-25 09:30:17 +02:00
parent 740479e8f0
commit c724080849
1 changed files with 1 additions and 1 deletions

View File

@ -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<Point_3> points;
std::vector<Facet> facets;