From e726e256a7495546c81f49059c7af01138a9e71d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Apr 2015 10:52:27 -0500 Subject: [PATCH] Minor update to comments. --- include/deal.II/lac/block_sparse_matrix_ez.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/lac/block_sparse_matrix_ez.h b/include/deal.II/lac/block_sparse_matrix_ez.h index cf3905a9b9..4e9551eeb9 100644 --- a/include/deal.II/lac/block_sparse_matrix_ez.h +++ b/include/deal.II/lac/block_sparse_matrix_ez.h @@ -151,14 +151,15 @@ public: /** * Return number of rows of this matrix, which equals the dimension of - * the codomain (or range) space. It is the sum of rows of the rows of - * sub-matrices. + * the codomain (or range) space. It is the sum of the number of rows over the + * sub-matrix blocks of this matrix. */ size_type n_rows () const; /** * Return number of columns of this matrix, which equals the dimension of - * the domain space. It is the sum of columns of the columns of sub-matrices. + * the domain space. It is the sum of the number of columns over the + * sub-matrix blocks of this matrix. */ size_type n_cols () const; -- 2.39.5