mirror of https://github.com/CGAL/cgal
Do not clear a cmap before to copy it.
This commit is contained in:
parent
6f46025652
commit
b93aff65ea
|
|
@ -239,7 +239,7 @@ namespace CGAL {
|
||||||
bool copy_perforated_darts=false,
|
bool copy_perforated_darts=false,
|
||||||
size_type mark_perforated=INVALID_MARK)
|
size_type mark_perforated=INVALID_MARK)
|
||||||
{
|
{
|
||||||
this->clear();
|
// this->clear();
|
||||||
|
|
||||||
/*this->mnb_used_marks = amap.mnb_used_marks;
|
/*this->mnb_used_marks = amap.mnb_used_marks;
|
||||||
this->mmask_marks = amap.mmask_marks;
|
this->mmask_marks = amap.mmask_marks;
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,7 @@ namespace CGAL {
|
||||||
bool copy_perforated_darts=false,
|
bool copy_perforated_darts=false,
|
||||||
size_type mark_perforated=INVALID_MARK)
|
size_type mark_perforated=INVALID_MARK)
|
||||||
{
|
{
|
||||||
this->clear();
|
//this->clear();
|
||||||
|
|
||||||
/*this->mnb_used_marks = amap.mnb_used_marks;
|
/*this->mnb_used_marks = amap.mnb_used_marks;
|
||||||
this->mmask_marks = amap.mmask_marks;
|
this->mmask_marks = amap.mmask_marks;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue