mirror of https://github.com/CGAL/cgal
Bug fix: can be improve later
This commit is contained in:
parent
78d2ebf342
commit
5b36822e76
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue