From: wolf Date: Mon, 7 Jun 2004 20:23:44 +0000 (+0000) Subject: Clarify docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61ce63cff67f2d38099c39120d6661eaabfeb50;p=dealii-svn.git Clarify docs. git-svn-id: https://svn.dealii.org/trunk@9403 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_matrix_base.h b/deal.II/lac/include/lac/block_matrix_base.h index b50cb2e5eb..a41670fd82 100644 --- a/deal.II/lac/include/lac/block_matrix_base.h +++ b/deal.II/lac/include/lac/block_matrix_base.h @@ -121,7 +121,8 @@ namespace internal unsigned int row_block; /** - * First row of block. + * The global number of the first row + * of the block we are presently in. */ unsigned int row_start;