]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix whitespace issues.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Aug 2009 14:18:13 +0000 (14:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Aug 2009 14:18:13 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@19189 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h

index 5af050a1b380daaf971eaf25b615226844903636..cd971a8c1f9b92847907cbabdb553b6e246b381f 100644 (file)
@@ -2863,9 +2863,10 @@ BlockMatrixBase<MatrixType>::prepare_add_operation ()
   for (unsigned int row=0; row<n_block_rows(); ++row)
     for (unsigned int col=0; col<n_block_cols(); ++col)
       block(row, col).prepare_add();
-
 }
 
+
+
 template <class MatrixType>
 void
 BlockMatrixBase<MatrixType>::prepare_set_operation ()
@@ -2873,7 +2874,6 @@ BlockMatrixBase<MatrixType>::prepare_set_operation ()
   for (unsigned int row=0; row<n_block_rows(); ++row)
     for (unsigned int col=0; col<n_block_cols(); ++col)
       block(row, col).prepare_set();
-
 }
 
 #endif // DOXYGEN

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.