mirror of https://github.com/CGAL/cgal
split long lines
This commit is contained in:
parent
a99d250485
commit
a38c8a9f9c
|
|
@ -853,7 +853,8 @@ Snap_rounding_2<Rep_>::insert(InputIterator first, InputIterator last)
|
|||
|
||||
|
||||
template<class Rep_>
|
||||
const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::polylines_begin()
|
||||
const Snap_rounding_2<Rep_>::Polyline_const_iterator
|
||||
Snap_rounding_2<Rep_>::polylines_begin()
|
||||
{
|
||||
if(need_sr) {
|
||||
need_sr = false;
|
||||
|
|
@ -865,7 +866,8 @@ const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::poly
|
|||
}
|
||||
|
||||
template<class Rep_>
|
||||
const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::polylines_end()
|
||||
const Snap_rounding_2<Rep_>::Polyline_const_iterator
|
||||
Snap_rounding_2<Rep_>::polylines_end()
|
||||
{
|
||||
if(need_sr) {
|
||||
need_sr = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue