From 6b77d5149b48b41c4a67f52dede57dc475c974c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 19 Feb 2018 12:07:14 +0100 Subject: [PATCH] Fixed typo --- Generator/test/Generator/generic_random_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator/test/Generator/generic_random_test.cpp b/Generator/test/Generator/generic_random_test.cpp index 602f2dc97e6..d1c79fd0197 100644 --- a/Generator/test/Generator/generic_random_test.cpp +++ b/Generator/test/Generator/generic_random_test.cpp @@ -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; } }