From 18a0b08892520d085a335843627cfe2527091d30 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Feb 2006 21:46:43 +0000 Subject: [PATCH] Crash_04 is now fixed. git-svn-id: https://svn.dealii.org/trunk@12484 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/crash_04.cc | 3 +-- tests/hp/crash_04/cmp/generic | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/hp/crash_04/cmp/generic 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 -- 2.39.5