]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typos in documentation.
authorscott.miller <scott.miller@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 02:20:23 +0000 (02:20 +0000)
committerscott.miller <scott.miller@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 02:20:23 +0000 (02:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@30783 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6d5399ce30f25030d863d88b195cdd2c49f8b543..522e9ce2b36a47755364756081a3a63553e7a141 100644 (file)
@@ -409,7 +409,8 @@ namespace Step51
 
 // @sect3{The HDG class implementation}
 
-// @sect4{Constructor} The constructor is similar to those in other examples,
+// @sect4{Constructor} 
+// The constructor is similar to those in other examples,
 // with the exception of handling multiple <code>DoFHandler</code> and
 // <code>FiniteElement</code> objects. Note that we create a system of finite
 // elements for the local DG part, including the gradient/flux part and the
@@ -474,7 +475,8 @@ namespace Step51
 
 
 
-// @sect4{HDG::PerTaskData} Next come the definition of the local data
+// @sect4{HDG::PerTaskData} 
+// Next come the definition of the local data
 // structures for the parallel assembly. The first structure @p PerTaskData
 // contains the local vector and matrix that are written into the global
 // matrix, whereas the ScratchData contains all data that we need for the
@@ -507,7 +509,8 @@ namespace Step51
 
 
 
-// @sect4{HDG::ScratchData} @p ScratchData contains persistent data for each
+// @sect4{HDG::ScratchData}
+// @p ScratchData contains persistent data for each
 // thread within <code>WorkStream</code>.  The <code>FEValues</code>, matrix,
 // and vector objects should be familiar by now.  There are two objects that
 // need to be discussed: @p std::vector<std::vector<unsigned int> >

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.