Skip to content

Commit 6b77d51

Browse files
authored
Fixed typo
1 parent 5dfd491 commit 6b77d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generator/test/Generator/generic_random_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int test_triangles_2(const FT eps)
8585
p.y() > -eps && p.y() < 0.5 + eps;
8686
if(!on_quad)
8787
{
88-
std::cerr << "ERROR : Generated point (" << p << ") is not on a the square." << std::endl;
88+
std::cerr << "ERROR : Generated point (" << p << ") is not on the square." << std::endl;
8989
return 0;
9090
}
9191
}

0 commit comments

Comments
 (0)