Read the right input file in test_triangulation_static_filters_6

This commit is contained in:
Andreas Fabri 2025-07-22 07:20:17 +01:00
parent 17586da7a4
commit 5b547309e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;