]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixup files
authorTimo Heister <timo.heister@gmail.com>
Thu, 25 Dec 2014 20:58:39 +0000 (15:58 -0500)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Fri, 26 Dec 2014 12:52:58 +0000 (13:52 +0100)
include/deal.II/base/data_out_base.h
include/deal.II/grid/grid_in.h
include/deal.II/lac/solver_gmres.h

index bffe08dac256f62174e31f437db5e8f7d3f68f2a..e47a1328ab339e73373e1d9dba11adb46eb92b2c 100644 (file)
@@ -929,7 +929,7 @@ namespace DataOutBase
      * the instructions provided in
      * http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files
      * unless it is at its default value of
-     * std::numeric_limits<double>::min().
+     * @verbatim std::numeric_limits<unsigned int>::min() @endverbatim.
      */
     double time;
 
@@ -940,8 +940,8 @@ namespace DataOutBase
      * The value of this variable is written into the output file according to
      * the instructions provided in
      * http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files
-     * unless it is at its default value of std::numeric_limits<unsigned
-     * int>::min().
+     * unless it is at its default value of
+     * @verbatim std::numeric_limits<unsigned int>::min() @endverbatim.
      */
     unsigned int cycle;
 
index 5f56db3c791db37f1f2e436942bccb5874dc0646..f645cc833be301a76f8f59442910c2e401176294 100644 (file)
@@ -389,8 +389,8 @@ public:
 
   /**
    * Read grid data from an msh file, either version 1 or version 2 of that
-   * file format. The GMSH formats are documented at http://www.geuz.org/gmsh/
-   * .
+   * file format. The GMSH formats are documented at
+   * http://www.geuz.org/gmsh/.
    *
    * @note The input function of deal.II does not distinguish between newline
    * and other whitespace. Therefore, deal.II will be able to read files in a
index 6174d269015ed467d6fc265d7d1007c31b865a27..8faaa1ed01af6d78217870409c987c9220b853c8 100644 (file)
@@ -312,8 +312,8 @@ private:
  * application is also the use of a Krylov space method inside the
  * preconditioner.
  *
- * FGMRES needs two vectors in each iteration steps yielding a total of <tt>2
- * SolverFGMRESAdditionalData::max_basis_size+1</tt> auxiliary vectors.
+ * FGMRES needs two vectors in each iteration steps yielding a total of
+ * <tt>2*SolverFGMRESAdditionalData::max_basis_size+1</tt> auxiliary vectors.
  *
  * Caveat: documentation of this class is not up to date. There are also a few
  * parameters of GMRES we would like to introduce here.

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.