mirror of https://github.com/CGAL/cgal
Fixed typo
This commit is contained in:
parent
5dfd491622
commit
6b77d5149b
|
|
@ -85,7 +85,7 @@ int test_triangles_2(const FT eps)
|
|||
p.y() > -eps && p.y() < 0.5 + eps;
|
||||
if(!on_quad)
|
||||
{
|
||||
std::cerr << "ERROR : Generated point (" << p << ") is not on a the square." << std::endl;
|
||||
std::cerr << "ERROR : Generated point (" << p << ") is not on the square." << std::endl;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue