mirror of https://github.com/CGAL/cgal
whitespace
This commit is contained in:
parent
a76cc2b3ab
commit
14efb2c0d5
|
|
@ -25,7 +25,7 @@ namespace CGAL
|
||||||
template <class Traits>
|
template <class Traits>
|
||||||
struct AABB_search_tree
|
struct AABB_search_tree
|
||||||
{
|
{
|
||||||
|
|
||||||
typedef typename Traits::Point_and_primitive_id Point_and_primitive_id;
|
typedef typename Traits::Point_and_primitive_id Point_and_primitive_id;
|
||||||
typedef First_of_pair_property_map<Point_and_primitive_id> Pmap;
|
typedef First_of_pair_property_map<Point_and_primitive_id> Pmap;
|
||||||
typedef Search_traits_adapter<Point_and_primitive_id, Pmap, Traits> TreeTraits;
|
typedef Search_traits_adapter<Point_and_primitive_id, Pmap, Traits> TreeTraits;
|
||||||
|
|
@ -65,4 +65,3 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // CGAL_AABB_SEARCH_TREE_H
|
#endif // CGAL_AABB_SEARCH_TREE_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue