mirror of https://github.com/CGAL/cgal
It works also for 4D and we go from 2sec to 1.2 sec
This commit is contained in:
parent
15760cfc78
commit
076ffc109f
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue