]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo introduced with r27140
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 24 Oct 2012 16:53:30 +0000 (16:53 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 24 Oct 2012 16:53:30 +0000 (16:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@27196 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 759c670dde996bc61b419c696f58c3deeeb949c5..183e15034aff16f7c280c770c5960b12a29bc421 100644 (file)
@@ -810,9 +810,9 @@ namespace Step29
     QGauss<dim>    quadrature_formula(2);
     QGauss<dim-1>  face_quadrature_formula(2);
 
-    const unsigned int n_q_point        = quadrature_formula.size(),
-                      n_face_q_points  = face_quadrature_formula.size(),
-                      dofs_per_cell    = fe.dofs_per_cell;
+    const unsigned int n_q_points       = quadrature_formula.size(),
+                       n_face_q_points  = face_quadrature_formula.size(),
+                       dofs_per_cell    = fe.dofs_per_cell;
 
                                      // The FEValues objects will
                                      // evaluate the shape functions for

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.