]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make the test fail for real
authorTimo Heister <timo.heister@gmail.com>
Tue, 14 Jan 2014 18:05:27 +0000 (18:05 +0000)
committerTimo Heister <timo.heister@gmail.com>
Tue, 14 Jan 2014 18:05:27 +0000 (18:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@32207 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/crash_01.cc

index 6e961ba8d9f85b68879f8256b1c5bdd59b0184db..9876f5fa13da74a0005d10038aa1ba041d493115 100644 (file)
@@ -71,7 +71,7 @@ void test(FiniteElement<dim> &fe)
   dof_handler.distribute_dofs (fe);
   ConstraintMatrix constraints;
   ZeroFunction<dim> 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);
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.