]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 00:37:17 +0000 (00:37 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 00:37:17 +0000 (00:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@12346 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-20/step-20.cc

index d85dc3e83561f2b0664d3b2681de8f3f0509d4d4..6b185bc57be801bea6568479b8ffcac9f0b22764 100644 (file)
@@ -300,7 +300,7 @@ class KInverse : public TensorFunction<2,dim>
 template <int dim>
 void
 KInverse<dim>::value_list (const std::vector<Point<dim> > &points,
-                             std::vector<Tensor<2,dim> >    &values) const
+                           std::vector<Tensor<2,dim> >    &values) const
 {
   Assert (points.size() == values.size(),
          ExcDimensionMismatch (points.size(), values.size()));
@@ -1041,7 +1041,7 @@ ApproximateSchurComplement::ApproximateSchurComplement (const BlockSparseMatrix<
 
 
 void ApproximateSchurComplement::vmult (Vector<double>       &dst,
-                                   const Vector<double> &src) const
+                                        const Vector<double> &src) const
 {
   system_matrix->block(0,1).vmult (tmp1, src);
   system_matrix->block(0,0).precondition_Jacobi (tmp2, tmp1);

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.