diff --git a/Mesh_2/test/Mesh_2/test_lloyd.cpp b/Mesh_2/test/Mesh_2/test_lloyd.cpp index 2beebb2ede1..48af1de0245 100644 --- a/Mesh_2/test/Mesh_2/test_lloyd.cpp +++ b/Mesh_2/test/Mesh_2/test_lloyd.cpp @@ -86,5 +86,7 @@ int main() //compilation test CGAL::Lipschitz_sizing_field_2 lip_size(cdt); + lip_size.set_K(2.); + CGAL_assertion(lip_size.get_K() == 2.); }