]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Micro indentation fix.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 12:53:03 +0000 (12:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 12:53:03 +0000 (12:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@4044 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index 89092a68080d5c83c5a4ee4981363fa93be12e59..ec2156ee8f629df93de1a0db85ebaf3bb5a4ce2a 100644 (file)
@@ -525,10 +525,10 @@ template <int dim>
 template <typename number>
 void
 MatrixTools<dim>::apply_boundary_values (const std::map<unsigned int,double> &boundary_values,
-                                        SparseMatrix<number>  &matrix,
-                                        Vector<number>   &solution,
-                                        Vector<number>   &right_hand_side,
-                                        const bool        preserve_symmetry)
+                                        SparseMatrix<number> &matrix,
+                                        Vector<number>       &solution,
+                                        Vector<number>       &right_hand_side,
+                                        const bool            preserve_symmetry)
 {
   Assert (matrix.n() == matrix.m(),
          ExcDimensionsDontMatch(matrix.n(), matrix.m()));
@@ -652,8 +652,8 @@ MatrixTools<dim>::apply_boundary_values (const std::map<unsigned int,double> &bo
                                               // (row,dof_number)
              const unsigned int *
                p = std::lower_bound(&sparsity_colnums[sparsity_rowstart[row]+1],
-                               &sparsity_colnums[sparsity_rowstart[row+1]],
-                               dof_number);
+                                    &sparsity_colnums[sparsity_rowstart[row+1]],
+                                    dof_number);
 
                                               // check whether this line has
                                               // an entry in the regarding column

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.