From: Wolfgang Bangerth Date: Wed, 29 Mar 2006 18:07:55 +0000 (+0000) Subject: Avoid exception with Subscriptor. X-Git-Tag: v8.0.0~11958 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a1c7a0a20e9fd9fbfbbd8b18677ab99ab38df0;p=dealii.git Avoid exception with Subscriptor. git-svn-id: https://svn.dealii.org/trunk@12758 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/get_dof_indices_01.cc b/tests/bits/get_dof_indices_01.cc index 9e1d72fa0c..a4c765b276 100644 --- a/tests/bits/get_dof_indices_01.cc +++ b/tests/bits/get_dof_indices_01.cc @@ -43,12 +43,12 @@ template void test () { Triangulation triangulation; + FE_Q fe(1); DoFHandler dof_handler(triangulation); GridGenerator::hyper_cube (triangulation); triangulation.refine_global (1); - FE_Q fe(1); dof_handler.distribute_dofs (fe); // loop over all cells, active or