From d029aed59f1e1c25a94b3e84b2a47f864f4eb473 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 9 Apr 2010 05:06:05 +0000 Subject: [PATCH] Improve doc wording. git-svn-id: https://svn.dealii.org/trunk@20967 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index e64fa20fc4..70da23a366 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -23,12 +23,12 @@ DEAL_II_NAMESPACE_OPEN /** - * Class that manages the conversion of global indices into a block - * vector or matrix to the local indices within this block. This is - * required when you address a global element in a block vector and - * want to know which element within which block this is. It is also - * useful if a matrix is composed of several blocks, where you have to - * translate global row and column indices to local ones. + * Class that manages the conversion of global indices into a block vector or + * matrix to the local indices within this block. This is required, for + * example, when you address a global element in a block vector and want to + * know which element within which block this is. It is also useful if a + * matrix is composed of several blocks, where you have to translate global + * row and column indices to local ones. * * @ingroup data * @see @ref GlossBlockLA "Block (linear algebra)" -- 2.39.5