mirror of https://github.com/CGAL/cgal
Read the right input file in test_triangulation_static_filters_6
This commit is contained in:
parent
17586da7a4
commit
5b547309e7
|
|
@ -23,7 +23,7 @@ int main()
|
|||
const int D = 6; // we work in Euclidean 6-space
|
||||
|
||||
std::vector<Triangulation::Point> points;
|
||||
std::ifstream in("data/points.txt");
|
||||
std::ifstream in("data/points_6.txt");
|
||||
Triangulation::Point p;
|
||||
int d;
|
||||
in >> d;
|
||||
|
|
|
|||
Loading…
Reference in New Issue