]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Corrected for typos.
authorCharu Lata <charu.iitkgp@gmail.com>
Wed, 7 Aug 2019 21:05:59 +0000 (15:05 -0600)
committerCharu Lata <charu.iitkgp@gmail.com>
Wed, 7 Aug 2019 21:05:59 +0000 (15:05 -0600)
examples/step-3/step-3.cc

index 25be4270edd52e9a1fb83ef32a4c4332ee8ba3a7..c1272a99c91e13a44a2cf4ed4c985ea58cdebbc4 100644 (file)
@@ -82,13 +82,13 @@ using namespace dealii;
 
 // Instead of the procedural programming of previous examples, we encapsulate
 // everything into a class for this program. The class consists of functions
-// which each perform certain aspects of a finite element program, a `main'
+// which each perform certain aspects of a finite element program, a `main`
 // function which controls what is done first and what is done next, and a
 // list of member variables.
 
 // The public part of the class is rather short: it has a constructor and a
-// function `run' that is called from the outside and acts as something like
-// the `main' function: it coordinates which operations of this class shall be
+// function `run` that is called from the outside and acts as something like
+// the `main` function: it coordinates which operations of this class shall be
 // run in which order. Everything else in the class, i.e. all the functions
 // that actually do anything, are in the private section of the class:
 class Step3

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.