From 60b5597d6e436c40068646f6f6acad677d82d36f Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 5 Aug 2013 22:59:01 +0000 Subject: [PATCH] Fix copy-paste error. git-svn-id: https://svn.dealii.org/trunk@30235 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/block_matrix_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5