]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a misleading sentence in the documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Oct 2012 19:24:43 +0000 (19:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Oct 2012 19:24:43 +0000 (19:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@27140 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0c2bfeb3a999b77ba6cbd3e78fc8d7a20867f9eb..759c670dde996bc61b419c696f58c3deeeb949c5 100644 (file)
@@ -474,7 +474,7 @@ namespace Step29
                                    // here vector-valued) representing
                                    // the data vector given to
                                    // DataOut::add_data_vector,
-                                   // evaluated at all quadrature points
+                                   // evaluated at all evaluation points
                                    // where we generate output, and some
                                    // tensor objects representing
                                    // derivatives (that we don't use
@@ -810,9 +810,9 @@ namespace Step29
     QGauss<dim>    quadrature_formula(2);
     QGauss<dim-1>  face_quadrature_formula(2);
 
-    const unsigned int n_q_points             = quadrature_formula.size(),
-                             n_face_q_points  = face_quadrature_formula.size(),
-                             dofs_per_cell    = fe.dofs_per_cell;
+    const unsigned int n_q_point        = 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.