From: Timo Heister Date: Tue, 14 Jan 2014 18:05:27 +0000 (+0000) Subject: make the test fail for real X-Git-Tag: v8.2.0-rc1~1035 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fe3a6be106a8e0210a8de9144f4c01d026115c;p=dealii.git make the test fail for real git-svn-id: https://svn.dealii.org/trunk@32207 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); }