mirror of https://github.com/CGAL/cgal
fix typo in path to test data
This commit is contained in:
parent
740479e8f0
commit
c724080849
|
|
@ -29,7 +29,7 @@ operator<<(std::ostream& os, const Facet& f)
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
Polyhedron polyhedron;
|
Polyhedron polyhedron;
|
||||||
std::ifstream in("data.planar.xyz");
|
std::ifstream in("data/planar.xyz");
|
||||||
std::vector<Point_3> points;
|
std::vector<Point_3> points;
|
||||||
std::vector<Facet> facets;
|
std::vector<Facet> facets;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue