]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Short fix to documentation
authorblaisb <blais.bruno@gmail.com>
Sat, 2 May 2020 06:07:31 +0000 (02:07 -0400)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 14 May 2020 22:28:52 +0000 (00:28 +0200)
examples/step-70/step-70.cc

index 50f8fbc306ee22f0620f4baa59296d7ef2f2d583..07ceaf5f3903ebcc738467a752ce1f0da479a266 100644 (file)
@@ -1666,8 +1666,6 @@ namespace Step70
   }
 
 
-  // The remainder of the code that parameter parsing and the main function is
-  // standard.
   template <int dim, int spacedim>
   StokesImmersedProblemParameters<dim,
                                   spacedim>::StokesImmersedProblemParameters()
@@ -1675,7 +1673,7 @@ namespace Step70
     , rhs("Right hand side", spacedim + 1)
     , angular_velocity("Angular velocity", spacedim == 3 ? spacedim : 1)
   {
-    // We split the parameters in various cathegories, by putting them in
+    // We split the parameters in various categories, by putting them in
     // different sections of the ParameterHandler class. We begin by
     // declaring all the global parameters used by StokesImmersedProblem
     // in the global scope:
@@ -1764,7 +1762,7 @@ namespace Step70
 } // namespace Step70
 
 
-
+// The remainder of the code, the main function, is standard.
 int main(int argc, char *argv[])
 {
   using namespace Step70;

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.