From: Wolfgang Bangerth Date: Wed, 8 Apr 2015 15:52:27 +0000 (-0500) Subject: Minor update to comments. X-Git-Tag: v8.3.0-rc1~307^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e726e256a7495546c81f49059c7af01138a9e71d;p=dealii.git Minor update to comments. --- 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;