It works also for 4D and we go from 2sec to 1.2 sec

This commit is contained in:
Andreas Fabri 2025-07-02 17:31:21 +01:00
parent 15760cfc78
commit 076ffc109f
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,6 @@ public:
const Point_4 &r, const Point_4 &s,
const Point_4 &t) const
{
std::cout << "XX" << std::endl;
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Orientation_4", tmp);
double p0, p1, p2, p3, q0, q1, q2, q3, r0, r1, r2, r3, s0, s1, s2, s3, t0, t1, t2, t3;

View File

@ -1,3 +1,5 @@
// Switch off the static filters for 4, 5, and 6 points.
// #define CGAL_NO_STATIC_FILTER_456
#include <CGAL/Epick_d.h>
#include <CGAL/Triangulation.h>