From bb5debf1c886b8a55cfdc68950e3638df9a205ed Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 27 Feb 2001 12:53:03 +0000 Subject: [PATCH] Micro indentation fix. git-svn-id: https://svn.dealii.org/trunk@4044 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 89092a6808..ec2156ee8f 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -525,10 +525,10 @@ template template void MatrixTools::apply_boundary_values (const std::map &boundary_values, - SparseMatrix &matrix, - Vector &solution, - Vector &right_hand_side, - const bool preserve_symmetry) + SparseMatrix &matrix, + Vector &solution, + Vector &right_hand_side, + const bool preserve_symmetry) { Assert (matrix.n() == matrix.m(), ExcDimensionsDontMatch(matrix.n(), matrix.m())); @@ -652,8 +652,8 @@ MatrixTools::apply_boundary_values (const std::map &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 -- 2.39.5