From b43b978d27842eb1f881d7957e6ade2dfc81db31 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 4 Jul 2015 08:30:27 -0400 Subject: [PATCH] Consistently use '', not '', so show code. --- include/deal.II/base/path_search.h | 2 +- include/deal.II/base/polynomials_abf.h | 2 +- include/deal.II/base/polynomials_bdm.h | 2 +- include/deal.II/base/polynomials_nedelec.h | 2 +- include/deal.II/base/polynomials_raviart_thomas.h | 2 +- include/deal.II/lac/pointer_matrix.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/base/path_search.h b/include/deal.II/base/path_search.h index 435a49eb8d..dbec454d88 100644 --- a/include/deal.II/base/path_search.h +++ b/include/deal.II/base/path_search.h @@ -52,7 +52,7 @@ DEAL_II_NAMESPACE_OPEN * @endcode * * This piece of code will first traverse all paths in the list set up for - * file class MESH. If it manages to open a file, it returns the + * file class MESH. If it manages to open a file, it returns the * istream object. If not, it will try to append the first suffix of * the suffix list and do the same. And so on. If no file is found in the end, * an exception is thrown. diff --git a/include/deal.II/base/polynomials_abf.h b/include/deal.II/base/polynomials_abf.h index 8e782293eb..0e8b47c580 100644 --- a/include/deal.II/base/polynomials_abf.h +++ b/include/deal.II/base/polynomials_abf.h @@ -102,7 +102,7 @@ public: std::string name () const; /** - * Return the number of polynomials in the space RT(degree) without + * Return the number of polynomials in the space RT(degree) without * requiring to build an object of PolynomialsABF. This is required by the * FiniteElement classes. */ diff --git a/include/deal.II/base/polynomials_bdm.h b/include/deal.II/base/polynomials_bdm.h index eb3184b2a6..bb9332a609 100644 --- a/include/deal.II/base/polynomials_bdm.h +++ b/include/deal.II/base/polynomials_bdm.h @@ -120,7 +120,7 @@ public: std::string name () const; /** - * Return the number of polynomials in the space BDM(degree) + * Return the number of polynomials in the space BDM(degree) * without requiring to build an object of PolynomialsBDM. This is required * by the FiniteElement classes. */ diff --git a/include/deal.II/base/polynomials_nedelec.h b/include/deal.II/base/polynomials_nedelec.h index 9a3955eab6..5b6567386a 100644 --- a/include/deal.II/base/polynomials_nedelec.h +++ b/include/deal.II/base/polynomials_nedelec.h @@ -92,7 +92,7 @@ public: std::string name () const; /** - * Return the number of polynomials in the space N(degree) without + * Return the number of polynomials in the space N(degree) without * requiring to build an object of PolynomialsNedelec. This is required by * the FiniteElement classes. */ diff --git a/include/deal.II/base/polynomials_raviart_thomas.h b/include/deal.II/base/polynomials_raviart_thomas.h index d0c8ca8da7..2e16e6cfb5 100644 --- a/include/deal.II/base/polynomials_raviart_thomas.h +++ b/include/deal.II/base/polynomials_raviart_thomas.h @@ -93,7 +93,7 @@ public: std::string name () const; /** - * Return the number of polynomials in the space RT(degree) without + * Return the number of polynomials in the space RT(degree) without * requiring to build an object of PolynomialsRaviartThomas. This is * required by the FiniteElement classes. */ diff --git a/include/deal.II/lac/pointer_matrix.h b/include/deal.II/lac/pointer_matrix.h index 628af604f2..5db2a454a6 100644 --- a/include/deal.II/lac/pointer_matrix.h +++ b/include/deal.II/lac/pointer_matrix.h @@ -439,7 +439,7 @@ private: * should overload the function in order to save memory and time. * * The result is a PointerMatrixBase* pointing to matrix. The - * VECTOR argument is a dummy just used to determine the template + * VECTOR argument is a dummy just used to determine the template * arguments. * * @relates PointerMatrixBase @relates PointerMatrixAux -- 2.39.5