From: Wolfgang Bangerth Date: Tue, 12 Feb 2013 15:22:32 +0000 (+0000) Subject: Improve file layout. X-Git-Tag: v8.0.0~1358 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9442bc11252607562528597c9fb3c05c83f8d35f;p=dealii.git Improve file layout. git-svn-id: https://svn.dealii.org/trunk@28326 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 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.