Bug fix: can be improve later

This commit is contained in:
Guillaume Damiand 2013-01-25 21:48:39 +01:00
parent 78d2ebf342
commit 5b36822e76
2 changed files with 4 additions and 2 deletions

View File

@ -275,7 +275,6 @@ namespace CGAL {
{
if ( i==1 || d1<d2 )
tolink.push_back(Dart_pair(d1, d2));
amap.update_dart_of_all_attributes(*it, mark);
}
else
{
@ -313,6 +312,9 @@ namespace CGAL {
&incident_cells[0]);
}
}
// TODO merge wth previous step
amap.update_dart_of_all_attributes(*it, mark);
}
// 2) We group the two (i+1)-cells if they exist.

View File

@ -558,7 +558,7 @@ namespace CGAL {
else
{
a1=(*itj)->template attribute<j>();
a1->set_dart(*itj);
// TODO a1->set_dart(*itj);
}
for ( CMap_dart_iterator_basic_of_cell<Map,j>