From: Wolfgang Bangerth Date: Tue, 27 Feb 2001 12:53:03 +0000 (+0000) Subject: Micro indentation fix. X-Git-Tag: v8.0.0~19675 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ee99af7413dff11a25d50bc466c22cc41b8bbc;p=dealii.git Micro indentation fix. git-svn-id: https://svn.dealii.org/trunk@4044 0785d39b-7218-0410-832d-ea1e28bc413d --- 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