mirror of https://github.com/CGAL/cgal
typo fixed (space in the middle of a variable name)
strange error, how did it appear...??? was not there before
This commit is contained in:
parent
8507e5a030
commit
2a5fdfb0f1
|
|
@ -76,7 +76,7 @@ int main(){
|
|||
it != ac.end(); ++it) {
|
||||
std::cout << i++ << std::endl;
|
||||
//insert(arr,_pl,*it);
|
||||
insert_curve(arr, *it,_ pl);
|
||||
insert_curve(arr, *it,_pl);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue