]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid exception with Subscriptor.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Mar 2006 18:07:55 +0000 (18:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Mar 2006 18:07:55 +0000 (18:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@12758 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/get_dof_indices_01.cc

index 9e1d72fa0c49d5353d66a6cc41b2ee5f095683bd..a4c765b276848cb7e6eb95b091294eb9b8ca9e7d 100644 (file)
@@ -43,12 +43,12 @@ template <int dim>
 void test ()
 {
   Triangulation<dim> triangulation;
+  FE_Q<dim> fe(1);
   DoFHandler<dim> dof_handler(triangulation);
   
   GridGenerator::hyper_cube (triangulation);
   triangulation.refine_global (1);
 
-  FE_Q<dim> fe(1);
   dof_handler.distribute_dofs (fe);
 
                                   // loop over all cells, active or

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.