]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two more typos.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 31 Aug 2009 13:39:49 +0000 (13:39 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 31 Aug 2009 13:39:49 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@19354 0785d39b-7218-0410-832d-ea1e28bc413d

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

index cf92a5ae1db6bc941507fe59783c9be71f9569db..61f7d1f18da7ea843c1772b301482e0086f81531 100644 (file)
@@ -432,9 +432,9 @@ void LaplaceProblem<dim>::solve ()
     mg_smoother(vector_memory);
 
                                   // Initialize the smoother with our
-                                  // level matrices and the required,
+                                  // level matrices and the (required)
                                   // additional data for the
-                                  // relaxaton method with default
+                                  // relaxation method with default
                                   // values.
   RELAXATION::AdditionalData smoother_data;
   mg_smoother.initialize(mg_matrices, smoother_data);
@@ -518,7 +518,7 @@ void LaplaceProblem<dim>::run ()
 
       if (cycle == 0)
        {
-                                          // Generate a simple hypercube grid.
+                                          // Generate a simple hyperball grid.
          GridGenerator::hyper_ball(triangulation);
          static const HyperBallBoundary<dim> boundary;
          triangulation.set_boundary (0, boundary);

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.