From: Emma Cinatl Date: Fri, 16 Feb 2018 18:27:31 +0000 (-0500) Subject: Typos corrected in step-3 X-Git-Tag: v9.0.0-rc1~428^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5912%2Fhead;p=dealii.git Typos corrected in step-3 --- diff --git a/examples/step-3/doc/intro.dox b/examples/step-3/doc/intro.dox index ce011b2101..193fc8c266 100644 --- a/examples/step-3/doc/intro.dox +++ b/examples/step-3/doc/intro.dox @@ -295,7 +295,7 @@ common structure that almost all following tutorial programs will use: may want to output it in a format that can be visualized, or you may want to compute quantities you are interested in: say, heat fluxes in a heat exchanger, air friction coefficients of a wing, maximum bridge - loads, or simple the value of the numerical solution at a point. This + loads, or simply the value of the numerical solution at a point. This function is therefore the place for postprocessing your solution. All of this is held together by the single public function (other than the diff --git a/examples/step-3/step-3.cc b/examples/step-3/step-3.cc index 61ce96b288..55746876e0 100644 --- a/examples/step-3/step-3.cc +++ b/examples/step-3/step-3.cc @@ -36,7 +36,7 @@ #include #include -// In this file contains the description of the Lagrange interpolation finite +// This file contains the description of the Lagrange interpolation finite // element: #include @@ -44,7 +44,7 @@ // matrices, as shown in previous examples: #include -// The next two file are needed for assembling the matrix using quadrature on +// The next two files are needed for assembling the matrix using quadrature on // each cell. The classes declared in them will be explained below: #include #include