We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd491 commit 6b77d51Copy full SHA for 6b77d51
Generator/test/Generator/generic_random_test.cpp
@@ -85,7 +85,7 @@ int test_triangles_2(const FT eps)
85
p.y() > -eps && p.y() < 0.5 + eps;
86
if(!on_quad)
87
{
88
- 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;
89
return 0;
90
}
91
0 commit comments