Fixed typo

This commit is contained in:
Mael Rouxel-Labbé 2018-02-19 12:07:14 +01:00 committed by GitHub
parent 5dfd491622
commit 6b77d5149b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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