mirror of https://github.com/CGAL/cgal
fix ci
This commit is contained in:
parent
8583c4b1d8
commit
560e576488
|
|
@ -98,7 +98,7 @@ namespace internal {
|
|||
template < class GeomTraits,
|
||||
class IndexIterator,
|
||||
class PointRange,
|
||||
class PointMap=Identity_property_map<PointRange::value_type>,
|
||||
class PointMap=Identity_property_map<typename PointRange::value_type>,
|
||||
class CacheDatum=Tag_false>
|
||||
class AABB_indexed_triangle_primitive_2
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ struct Intersection_traits_wrapper<GT, 3> {
|
|||
template<typename AABBTree, typename SkipFunctor>
|
||||
class AABB_ray_intersection {
|
||||
typedef typename AABBTree::AABB_traits AABB_traits;
|
||||
static const int dimension = typename AABB_traits::Point::Ambient_dimension::value;
|
||||
static const int dimension = AABB_traits::Point::Ambient_dimension::value;
|
||||
typedef typename internal::Intersection_traits_wrapper<AABB_traits, dimension>::Ray Ray;
|
||||
typedef typename internal::Intersection_traits_wrapper<AABB_traits, dimension>::Vector Vector;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue