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:
Monique Teillaud 2006-11-01 07:17:33 +00:00
parent 8507e5a030
commit 2a5fdfb0f1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}