]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do what we actually describe in the program.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 Feb 2006 21:47:21 +0000 (21:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 Feb 2006 21:47:21 +0000 (21:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@12244 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-6/step-6.cc

index 12c253778422a19ea7fd351a0edb4267f9528fb3..eb829e908267d5b0ce1460eb879a862de14b8efe 100644 (file)
@@ -136,8 +136,8 @@ class LaplaceProblem
 
     Triangulation<dim>   triangulation;
 
-    FE_Q<dim>            fe;
     DoFHandler<dim>      dof_handler;
+    FE_Q<dim>            fe;
 
                                     // This is the new variable in
                                     // the main class. We need an
@@ -226,8 +226,8 @@ void Coefficient<dim>::value_list (const std::vector<Point<dim> > &points,
                                 // (here ``2''):
 template <int dim>
 LaplaceProblem<dim>::LaplaceProblem () :
-                fe (2),
-               dof_handler (triangulation)
+               dof_handler (triangulation),
+                fe (2)
 {}
 
 

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.