mirror of https://github.com/CGAL/cgal
Fix SVD_Linf
This commit is contained in:
parent
f945ce8e2c
commit
0aa4eef744
|
|
@ -369,11 +369,6 @@ public:
|
|||
is_line_optimization(false)
|
||||
{}
|
||||
|
||||
Polychainline_2(const Self& pcl)
|
||||
: Base((Base) pcl), incoming(pcl.incoming),
|
||||
is_line_optimization(pcl.is_line_optimization)
|
||||
{}
|
||||
|
||||
template <class InputIterator>
|
||||
Polychainline_2(IncomingDirection dinc,
|
||||
InputIterator first, InputIterator last,
|
||||
|
|
|
|||
Loading…
Reference in New Issue