From: Wolfgang Bangerth Date: Mon, 5 Aug 2013 22:59:01 +0000 (+0000) Subject: Fix copy-paste error. X-Git-Tag: v8.1.0~1135 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f147ecca629d3840a3d44457137a2c8a6bd6e34b;p=dealii.git Fix copy-paste error. git-svn-id: https://svn.dealii.org/trunk@30235 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/block_matrix_base.h b/deal.II/include/deal.II/lac/block_matrix_base.h index 92b33fa952..273ad266be 100644 --- a/deal.II/include/deal.II/lac/block_matrix_base.h +++ b/deal.II/include/deal.II/lac/block_matrix_base.h @@ -941,7 +941,7 @@ public: /** * Return a reference to the underlying - * BlockIndices data of the rows. + * BlockIndices data of the columns. */ const BlockIndices &get_column_indices () const;