mirror of https://github.com/CGAL/cgal
Bugfix
This commit is contained in:
parent
e44fef7d0b
commit
140eed70ab
|
|
@ -203,7 +203,7 @@ namespace CGAL
|
|||
typename Map::size_type amark)
|
||||
{
|
||||
return CGAL::is_whole_orbit_unmarked<Map,
|
||||
typename Map::template Dart_of_cell_range<i,d>::iterator>
|
||||
typename Map::template Dart_of_cell_range<i,d>::const_iterator>
|
||||
(amap, adart, amark);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue