From dc75939bb35cd49abe28788609f029fa63cebad8 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 5 Mar 2008 14:47:55 +0000 Subject: [PATCH] Small changes in comments. git-svn-id: https://svn.dealii.org/trunk@15857 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/step-22.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index fa91fed973..a2d1d070ce 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -349,8 +349,8 @@ InverseMatrix::InverseMatrix (const Matrix &m, // only use this class as a // preconditioner for the Schur // complement, but also when forming - // the inverse of the Laplace matrix - // - which has to be accurate in + // the inverse of the Laplace matrix - + // which needs to be accurate in // order to obtain a solution to the // right problem. template @@ -622,8 +622,8 @@ void StokesProblem::setup_dofs () // CompressedSparsityPattern (or // the block version // BlockCompressedSparsityPattern - // we would use here) turns out to - // have a bottleneck that makes the + // we would use here) + // has a bottleneck that makes the // algorithm to build the sparsity // pattern be quadratic in the // number of degrees of -- 2.39.5