From bd37d01200465763c4fce8f83dfc5554d37db22e Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 24 Jun 2015 15:01:30 -0400 Subject: [PATCH] Fix typos in the documentation. Most of these were character transpositions. --- include/deal.II/lac/lapack_full_matrix.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/lapack_full_matrix.h b/include/deal.II/lac/lapack_full_matrix.h index 6ea65d8d13..ed8a067368 100644 --- a/include/deal.II/lac/lapack_full_matrix.h +++ b/include/deal.II/lac/lapack_full_matrix.h @@ -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 &w, const Vector &v, @@ -232,7 +232,7 @@ public: const Vector &v) const; /** - * Specialization of above function for compatbile Vector::value_type. + * Specialization of above function for compatible Vector::value_type. */ void vmult_add (Vector &w, const Vector &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 &w, const Vector &v, @@ -272,7 +272,7 @@ public: const Vector &v) const; /** - * Specialization of above function for compatbile Vector::value_type. + * Specialization of above function for compatible Vector::value_type. */ void Tvmult_add (Vector &w, const Vector &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 = " ", -- 2.39.5