]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Crash_04 is now fixed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Feb 2006 21:46:43 +0000 (21:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Feb 2006 21:46:43 +0000 (21:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@12484 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/crash_04.cc
tests/hp/crash_04/cmp/generic [new file with mode: 0644]

index e31ac0f7e9fa3a17b57a51bb5450392d549cd231..ecafeb50aa84d8e26eed10b7d5143039955392bf 100644 (file)
@@ -34,8 +34,7 @@ void test ()
   GridGenerator::hyper_cube(tria);
   tria.refine_global (1);
 
-  hp::FECollection<dim> fe_collection;
-  fe_collection.push_back (FE_DGQ<dim> (1));
+  hp::FECollection<dim> fe_collection (FE_DGQ<dim> (1));
 
   hp::DoFHandler<dim> 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 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK

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.