From a1ebff374f619233f4b92cd5d204cb54237fe8e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Jun 2004 20:23:44 +0000 Subject: [PATCH] Clarify docs. git-svn-id: https://svn.dealii.org/trunk@9403 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5