From: bangerth Date: Mon, 5 Aug 2013 22:59:01 +0000 (+0000) Subject: Fix copy-paste error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b5597d6e436c40068646f6f6acad677d82d36f;p=dealii-svn.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;