]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos in the documentation. 1037/head
authorDavid Wells <drwells@vt.edu>
Wed, 24 Jun 2015 19:01:30 +0000 (15:01 -0400)
committerDavid Wells <drwells@vt.edu>
Wed, 24 Jun 2015 19:01:30 +0000 (15:01 -0400)
Most of these were character transpositions.

include/deal.II/lac/lapack_full_matrix.h

index 6ea65d8d132efe43e398ef88109c1a6b07082e58..ed8a067368e5742b0d97b782af0b76b65c080195 100644 (file)
@@ -216,7 +216,7 @@ public:
               const bool             adding = false) const;
 
   /**
-   * Specialization of above function for compatbile Vector::value_type.
+   * Specialization of above function for compatible Vector::value_type.
    */
   void vmult (Vector<number>       &w,
               const Vector<number> &v,
@@ -232,7 +232,7 @@ public:
                   const Vector<number2> &v) const;
 
   /**
-   * Specialization of above function for compatbile Vector::value_type.
+   * Specialization of above function for compatible Vector::value_type.
    */
   void vmult_add (Vector<number>       &w,
                   const Vector<number> &v) const;
@@ -255,7 +255,7 @@ public:
                const bool             adding=false) const;
 
   /**
-   * Specialization of above function for compatbile Vector::value_type.
+   * Specialization of above function for compatible Vector::value_type.
    */
   void Tvmult (Vector<number>       &w,
                const Vector<number> &v,
@@ -272,7 +272,7 @@ public:
                    const Vector<number2> &v) const;
 
   /**
-   * Specialization of above function for compatbile Vector::value_type.
+   * Specialization of above function for compatible Vector::value_type.
    */
   void Tvmult_add (Vector<number>       &w,
                    const Vector<number> &v) const;
@@ -582,7 +582,7 @@ public:
    * this are considered zero.
    */
   void print_formatted (std::ostream       &out,
-                        const unsigned int  presicion=3,
+                        const unsigned int  precision   = 3,
                         const bool          scientific  = true,
                         const unsigned int  width       = 0,
                         const char         *zero_string = " ",

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.