From 790764dfa1769e18936b06034b0a808fee8cd049 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Mon, 28 Mar 2016 22:11:00 +0200 Subject: [PATCH] Replace SM by OMesh --- BGL/test/BGL/test_Euler_operations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/test/BGL/test_Euler_operations.cpp b/BGL/test/BGL/test_Euler_operations.cpp index 0a6abcc2fe1..67121801c2a 100644 --- a/BGL/test/BGL/test_Euler_operations.cpp +++ b/BGL/test/BGL/test_Euler_operations.cpp @@ -383,7 +383,7 @@ int main() test_Euler_operations(); #ifdef CGAL_USE_OPENMESH - test_Euler_operations(); + test_Euler_operations(); #endif std::cerr << "done\n";