]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change order of member variables to prevent a Subscriptor from
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Dec 1999 16:38:28 +0000 (16:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Dec 1999 16:38:28 +0000 (16:38 +0000)
triggering upon destruction of the FE.

git-svn-id: https://svn.dealii.org/trunk@2110 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc
deal.II/examples/step-3/step-3.cc

index 1a6137ee8dd12d9f305fc435d7cb3403797a274a..d7af7b01fe8df0053b2b766bd34dbe22abc1be07 100644 (file)
@@ -120,8 +120,8 @@ class LaplaceProblem
                                     // and the numbering of the
                                     // degrees of freedom...
     Triangulation<2>     triangulation;
-    DoFHandler<2>        dof_handler;
     FEQ1<2>              fe;
+    DoFHandler<2>        dof_handler;
 
                                     // ...variables for the sparsity
                                     // pattern and values of the
index 1a6137ee8dd12d9f305fc435d7cb3403797a274a..d7af7b01fe8df0053b2b766bd34dbe22abc1be07 100644 (file)
@@ -120,8 +120,8 @@ class LaplaceProblem
                                     // and the numbering of the
                                     // degrees of freedom...
     Triangulation<2>     triangulation;
-    DoFHandler<2>        dof_handler;
     FEQ1<2>              fe;
+    DoFHandler<2>        dof_handler;
 
                                     // ...variables for the sparsity
                                     // pattern and values of the

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.