Do not clear a cmap before to copy it.

This commit is contained in:
Guillaume Damiand 2021-11-25 11:16:10 +01:00
parent 6f46025652
commit b93aff65ea
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ namespace CGAL {
bool copy_perforated_darts=false,
size_type mark_perforated=INVALID_MARK)
{
this->clear();
// this->clear();
/*this->mnb_used_marks = amap.mnb_used_marks;
this->mmask_marks = amap.mmask_marks;

View File

@ -204,7 +204,7 @@ namespace CGAL {
bool copy_perforated_darts=false,
size_type mark_perforated=INVALID_MARK)
{
this->clear();
//this->clear();
/*this->mnb_used_marks = amap.mnb_used_marks;
this->mmask_marks = amap.mmask_marks;