mirror of https://github.com/CGAL/cgal
Bug fix in default traits parameter of LCC (already in master)
This commit is contained in:
parent
481908df1f
commit
7cf8b4944c
|
|
@ -39,7 +39,7 @@ namespace CGAL {
|
||||||
* an nD combinatorial map with point associated to each vertex.
|
* an nD combinatorial map with point associated to each vertex.
|
||||||
*/
|
*/
|
||||||
template < unsigned int d_, unsigned int ambient_dim = d_,
|
template < unsigned int d_, unsigned int ambient_dim = d_,
|
||||||
class Traits_ = Linear_cell_complex_traits<d_>,
|
class Traits_ = Linear_cell_complex_traits<ambient_dim>,
|
||||||
class Items_ = Linear_cell_complex_min_items<d_>,
|
class Items_ = Linear_cell_complex_min_items<d_>,
|
||||||
class Alloc_ = CGAL_ALLOCATOR(int),
|
class Alloc_ = CGAL_ALLOCATOR(int),
|
||||||
template<unsigned int,class,class,class>
|
template<unsigned int,class,class,class>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue