]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Micro indentation change.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Nov 2000 14:43:24 +0000 (14:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Nov 2000 14:43:24 +0000 (14:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@3500 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_vector.h

index 48c91d767e2e2a62c7bdf45ea1fcea41bae553d7..4f24700c393e73c3a0819b90a085a81bec4a6249 100644 (file)
@@ -496,14 +496,15 @@ class BlockVector
                                      * different blocks.
                                      */
     BlockIndices block_indices;
+    
   private:
-                                  /**
-                                   * The number of blocks. This
-                                   * number is redundant to
-                                   * @p{components.size()} and stored
-                                   * here for convenience.
-                                   */
-  unsigned int num_blocks;
+                                    /**
+                                     * The number of blocks. This
+                                     * number is redundant to
+                                     * @p{components.size()} and stored
+                                     * here for convenience.
+                                     */
+    unsigned int num_blocks;
 };
 
 
@@ -526,6 +527,7 @@ unsigned int BlockVector<Number>::n_blocks () const
 }
 
 
+
 template <typename Number>
 inline
 Number BlockVector<Number>::operator() (const unsigned int i) const
@@ -536,6 +538,7 @@ Number BlockVector<Number>::operator() (const unsigned int i) const
 }
 
 
+
 template <typename Number>
 inline
 Number& BlockVector<Number>::operator() (const unsigned int i)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.