From 0a2c832d94a2cf56ae5b358960317e2e1f4d7a65 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 May 2003 13:50:14 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://svn.dealii.org/trunk@7562 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor_product_polynomials.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)}, -- 2.39.5