From: Martin Kronbichler Date: Wed, 5 Mar 2008 14:47:55 +0000 (+0000) Subject: Small changes in comments. X-Git-Tag: v8.0.0~9313 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0dd8107db0fedb7e3d5ee96566447269b8d9a5;p=dealii.git Small changes in comments. git-svn-id: https://svn.dealii.org/trunk@15857 0785d39b-7218-0410-832d-ea1e28bc413d --- 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