mirror of https://github.com/CGAL/cgal
Remove useless function call
This commit is contained in:
parent
8ad1b81323
commit
20f8711740
|
|
@ -795,7 +795,7 @@ public:
|
|||
{
|
||||
Simplex simplex;
|
||||
for (int i = 0 ; i < dim + 1 ; ++i)
|
||||
simplex.insert(cit.base()->vertex(combi[i])->data());
|
||||
simplex.insert(cit->vertex(combi[i])->data());
|
||||
|
||||
amb_dt_simplices.insert(simplex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue