From: Wolfgang Bangerth Date: Mon, 7 Jun 2004 20:23:44 +0000 (+0000) Subject: Clarify docs. X-Git-Tag: v8.0.0~15056 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ebff374f619233f4b92cd5d204cb54237fe8e0;p=dealii.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;