From eb74c1838ea63c355894eab232747f13ea5fc5b1 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 14 Jan 2014 18:05:27 +0000 Subject: [PATCH] make the test fail for real git-svn-id: https://svn.dealii.org/trunk@32207 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/crash_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/crash_01.cc b/tests/fe/crash_01.cc index 6e961ba8d9..9876f5fa13 100644 --- a/tests/fe/crash_01.cc +++ b/tests/fe/crash_01.cc @@ -71,7 +71,7 @@ void test(FiniteElement &fe) dof_handler.distribute_dofs (fe); ConstraintMatrix constraints; ZeroFunction boundary_values(fe.n_components()); -// VectorTools::project_boundary_values_curl_conforming (dof_handler, 0, boundary_values, 0, constraints); + VectorTools::project_boundary_values_curl_conforming (dof_handler, 0, boundary_values, 0, constraints); } -- 2.39.5