From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 12 Feb 2013 15:22:32 +0000 (+0000)
Subject: Improve file layout.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27c9a1c84e336b90aeef74ac99434a5d5690ce2;p=dealii-svn.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 <typename>
     friend class MatrixIterator;
   };
+
+
+
   /**
    * Accessor classes in
    * block matrices.
@@ -106,6 +109,7 @@ namespace BlockMatrixIterators
   template <class BlockMatrix, bool ConstNess>
   class Accessor;
 
+
   /**
    * Block matrix accessor for non
    * const matrices.