From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 00:37:17 +0000 (+0000) Subject: Reindent. X-Git-Tag: v8.0.0~12334 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b315c20a4a78b787f4332157d76e023180ea8b0;p=dealii.git Reindent. git-svn-id: https://svn.dealii.org/trunk@12346 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-20/step-20.cc b/deal.II/examples/step-20/step-20.cc index d85dc3e835..6b185bc57b 100644 --- a/deal.II/examples/step-20/step-20.cc +++ b/deal.II/examples/step-20/step-20.cc @@ -300,7 +300,7 @@ class KInverse : public TensorFunction<2,dim> template void KInverse::value_list (const std::vector > &points, - std::vector > &values) const + std::vector > &values) const { Assert (points.size() == values.size(), ExcDimensionMismatch (points.size(), values.size())); @@ -1041,7 +1041,7 @@ ApproximateSchurComplement::ApproximateSchurComplement (const BlockSparseMatrix< void ApproximateSchurComplement::vmult (Vector &dst, - const Vector &src) const + const Vector &src) const { system_matrix->block(0,1).vmult (tmp1, src); system_matrix->block(0,0).precondition_Jacobi (tmp2, tmp1);