From: Wolfgang Bangerth Date: Mon, 5 May 2003 13:50:14 +0000 (+0000) Subject: Fix grammar. X-Git-Tag: v8.0.0~16582 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2c832d94a2cf56ae5b358960317e2e1f4d7a65;p=dealii.git Fix grammar. git-svn-id: https://svn.dealii.org/trunk@7562 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor_product_polynomials.h b/deal.II/base/include/base/tensor_product_polynomials.h index 066d66520e..d75714a6bc 100644 --- a/deal.II/base/include/base/tensor_product_polynomials.h +++ b/deal.II/base/include/base/tensor_product_polynomials.h @@ -33,7 +33,7 @@ * $[0,d], then the tensor product polynomials are orthogonal on * $[-1,1]^d$ or $[0,1]^d$, respectively. * - * Indexing is as following: the order of dim-dimensional polynomials + * Indexing is as follows: the order of dim-dimensional polynomials * is x-coordinates running fastest, then y-coordinate, etc. The first * few polynomials are thus @p{P1(x)P1(y)}, @p{P2(x)P1(y)}, * @p{P3(x)P1(y)}, ..., @p{P1(x)P2(y)}, @p{P2(x)P2(y)}, @@ -234,7 +234,7 @@ class TensorProductPolynomials * product polynomials are orthogonal on $[-1,1]^d$ or $[0,1]^d$, * respectively. * - * Indexing is as following: the order of dim-dimensional polynomials + * Indexing is as follows: the order of dim-dimensional polynomials * is x-coordinates running fastest, then y-coordinate, etc. The first * few polynomials are thus @p{Px1(x)Py1(y)}, @p{Px2(x)Py1(y)}, * @p{Px3(x)Py1(y)}, ..., @p{Px1(x)Py2(y)}, @p{Px2(x)Py2(y)},