mirror of https://github.com/CGAL/cgal
minor typo: add a space.
This commit is contained in:
parent
67edf55ed2
commit
97644a7263
|
|
@ -27,7 +27,7 @@ int main( )
|
|||
if (CGAL::assign(s,o)) {++ns;}
|
||||
if (CGAL::assign(r,o)) {++nr;}
|
||||
}
|
||||
std::cout << "The voronoi diagram as " << ns << "finite edges "
|
||||
std::cout << "The voronoi diagram as " << ns << " finite edges "
|
||||
<< " and " << nr << " rays" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue