mirror of https://github.com/CGAL/cgal
Copy do not copy marks anymore.
This commit is contained in:
parent
ddc152860d
commit
6a2052b68e
|
|
@ -268,7 +268,7 @@ namespace CGAL {
|
|||
if (copy_perforated_darts || !amap.is_perforated(it))
|
||||
{
|
||||
new_dart=mdarts.emplace();
|
||||
init_dart(new_dart, amap.get_marks(it));
|
||||
init_dart(new_dart); // , amap.get_marks(it));
|
||||
|
||||
if (mark_perforated!=NB_MARKS && amap.is_perforated(it))
|
||||
{ mark(new_dart, mark_perforated); }
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ namespace CGAL {
|
|||
if (copy_perforated_darts || !amap.is_perforated(it))
|
||||
{
|
||||
new_dart=mdarts.emplace();
|
||||
init_dart(new_dart, amap.get_marks(it));
|
||||
init_dart(new_dart); //, amap.get_marks(it));
|
||||
|
||||
if (mark_perforated!=NB_MARKS && amap.is_perforated(it))
|
||||
{ mark(new_dart, mark_perforated); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue