mirror of https://github.com/CGAL/cgal
Wrong typedef repaired
This commit is contained in:
parent
01a64da06b
commit
35d6f78681
|
|
@ -1499,7 +1499,7 @@ CGAL_BEGIN_NAMESPACE
|
|||
typedef typename Vert_line::Curve_analysis_2 Curve_analysis_2;
|
||||
|
||||
//! type of Curve_kernel_2;
|
||||
typedef typename Curve_analysis_2::Algebraic_curve_kernel_2
|
||||
typedef typename Curve_analysis_2::Algebraic_kernel_2
|
||||
Curve_kernel_2;
|
||||
|
||||
//! The Coeeficient type of the input polynomial
|
||||
|
|
|
|||
Loading…
Reference in New Issue