From: Wolfgang Bangerth Date: Fri, 9 Apr 2010 05:06:05 +0000 (+0000) Subject: Improve doc wording. X-Git-Tag: v8.0.0~6213 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d029aed59f1e1c25a94b3e84b2a47f864f4eb473;p=dealii.git Improve doc wording. git-svn-id: https://svn.dealii.org/trunk@20967 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)"