diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/geometry.h | 6 | ||||
| -rw-r--r-- | test/math/recover.cpp (renamed from test/other/recover.cpp) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/geometry.h b/test/geometry.h index 7886fe2..0167d5c 100644 --- a/test/geometry.h +++ b/test/geometry.h @@ -1,6 +1,6 @@ -#include <geometry/sortAround.cpp> - namespace details { + #include <geometry/sortAround.cpp> + // Liegt p auf der Strecke a-b? bool pointInLineSegment(pt a, pt b, pt p) { if (cross(a, b, p) != 0) return false; @@ -59,7 +59,7 @@ namespace Random { for (size_t i = 0; i < dirs.size(); i++) { dirs[i] = pt(x[i], y[i]); } - sortAround(0, dirs); + details::sortAround(0, dirs); vector<pt> res = {{0, 0}}; ll maxX = 0; diff --git a/test/other/recover.cpp b/test/math/recover.cpp index 72853e5..72853e5 100644 --- a/test/other/recover.cpp +++ b/test/math/recover.cpp |
