From: Wolfgang Bangerth Date: Thu, 23 Feb 2006 21:46:43 +0000 (+0000) Subject: Crash_04 is now fixed. X-Git-Tag: v8.0.0~12198 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a0b08892520d085a335843627cfe2527091d30;p=dealii.git Crash_04 is now fixed. git-svn-id: https://svn.dealii.org/trunk@12484 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/crash_04.cc b/tests/hp/crash_04.cc index e31ac0f7e9..ecafeb50aa 100644 --- a/tests/hp/crash_04.cc +++ b/tests/hp/crash_04.cc @@ -34,8 +34,7 @@ void test () GridGenerator::hyper_cube(tria); tria.refine_global (1); - hp::FECollection fe_collection; - fe_collection.push_back (FE_DGQ (1)); + hp::FECollection fe_collection (FE_DGQ (1)); hp::DoFHandler dof_handler(tria); dof_handler.distribute_dofs (fe_collection); diff --git a/tests/hp/crash_04/cmp/generic b/tests/hp/crash_04/cmp/generic new file mode 100644 index 0000000000..0fd8fc12f0 --- /dev/null +++ b/tests/hp/crash_04/cmp/generic @@ -0,0 +1,2 @@ + +DEAL::OK