operator has only three parameters

This commit is contained in:
Andreas Fabri 2017-06-06 14:57:06 +02:00
parent 4665299389
commit 47d9d02b39
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ public:
typedef typename Base::result_type result_type;
result_type
operator()(const Point_3 &p, const Point_3 &q,
const Point_3 &r, const Point_3 &s) const
operator()(const Point_3 &p, const Point_3 &q, const Point_3 &r) const
{
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Collinear_3", tmp);