mirror of https://github.com/CGAL/cgal
oops, forgot ==
This commit is contained in:
parent
314dc792b6
commit
55f3b7f31e
|
|
@ -123,7 +123,7 @@ int main(int argc, char *argv[]){
|
|||
}
|
||||
}
|
||||
}
|
||||
if (found=true) break;
|
||||
if (found==true) break;
|
||||
}
|
||||
if (!found) {
|
||||
to_erase.push_back(it->second.index());
|
||||
|
|
|
|||
Loading…
Reference in New Issue