From 12939043aa15533e9c41d79fb575e8b2af410e02 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 17 Sep 2015 13:07:16 -0500 Subject: [PATCH] Fix a typo --- include/deal.II/base/tensor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index c55abbfe00..1e62926f51 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -1455,7 +1455,7 @@ operator- (const Tensor &p, const Tensor * multiplication operator for SymmetricTensor, which does the double * contraction. * - * @note In case the contraction yields tensor of rank 0 the scalar + * @note In case the contraction yields a tensor of rank 0 the scalar * number is returned as an unwrapped number type. * * @relates Tensor @@ -1501,7 +1501,7 @@ operator * (const Tensor &src1, * @note The position of the index is counted from 0, i.e., * $0\le\text{index_i}<\text{range_i}$. * - * @note In case the contraction yields tensor of rank 0 the scalar + * @note In case the contraction yields a tensor of rank 0 the scalar * number is returned as an unwrapped number type. * * @relates Tensor @@ -1564,7 +1564,7 @@ contract (const Tensor &src1, * @note The position of the index is counted from 0, i.e., * $0\le\text{index_i}<\text{range_i}$. * - * @note In case the contraction yields tensor of rank 0 the scalar + * @note In case the contraction yields a tensor of rank 0 the scalar * number is returned as an unwrapped number type. * * @relates Tensor -- 2.39.5