mirror of https://github.com/CGAL/cgal
Undo change as another one is made in PR #9040
This commit is contained in:
parent
e84de2cead
commit
978023183c
|
|
@ -232,9 +232,10 @@ public:
|
|||
void
|
||||
initialize_costs()
|
||||
{
|
||||
int n=0;
|
||||
Constraint_iterator cit = pct.constraints_begin(), e = pct.constraints_end();
|
||||
for(; cit!=e; ++cit){
|
||||
initialize_costs(*cit);
|
||||
n+=initialize_costs(*cit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue