From b27c9a1c84e336b90aeef74ac99434a5d5690ce2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 12 Feb 2013 15:22:32 +0000 Subject: [PATCH] Improve file layout. git-svn-id: https://svn.dealii.org/trunk@28326 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/block_matrix_base.h | 4 ++++ 1 file changed, 4 insertions(+) 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 7f7940a879..c81fabf3ab 100644 --- a/deal.II/include/deal.II/lac/block_matrix_base.h +++ b/deal.II/include/deal.II/lac/block_matrix_base.h @@ -99,6 +99,9 @@ namespace BlockMatrixIterators template friend class MatrixIterator; }; + + + /** * Accessor classes in * block matrices. @@ -106,6 +109,7 @@ namespace BlockMatrixIterators template class Accessor; + /** * Block matrix accessor for non * const matrices. -- 2.39.5