mirror of https://github.com/CGAL/cgal
Fix syntax error.
This commit is contained in:
parent
58910703cb
commit
3f1a416bc0
|
|
@ -160,7 +160,7 @@ template <class K>
|
||||||
bool do_intersect(const CGAL::Bbox_3& bbox,
|
bool do_intersect(const CGAL::Bbox_3& bbox,
|
||||||
const CGAL::Ray_3<K>& ray)
|
const CGAL::Ray_3<K>& ray)
|
||||||
{
|
{
|
||||||
return typename K::Do_intersect_3(ray, bbox);
|
return typename K::Do_intersect_3()(ray, bbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue