From: Wolfgang Bangerth Date: Sun, 19 Feb 2006 18:37:38 +0000 (+0000) Subject: Fix hp/crash_02 X-Git-Tag: v8.0.0~12263 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c92dc185e51b41539bda0448bf7fd3c77224416;p=dealii.git Fix hp/crash_02 git-svn-id: https://svn.dealii.org/trunk@12419 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/hp_dof_handler.cc b/deal.II/deal.II/source/dofs/hp_dof_handler.cc index 583391efb6..6afeef73c9 100644 --- a/deal.II/deal.II/source/dofs/hp_dof_handler.cc +++ b/deal.II/deal.II/source/dofs/hp_dof_handler.cc @@ -43,6 +43,7 @@ namespace hp tria(&tria), used_dofs (0) { + create_active_fe_table (); tria.add_refinement_listener (*this); }