From: kronbichler Date: Tue, 4 Mar 2008 14:58:53 +0000 (+0000) Subject: Fixed a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8fb9cfccf0fde7f2b5b644f45007a90d8b82e9;p=dealii-svn.git Fixed a comment. git-svn-id: https://svn.dealii.org/trunk@15838 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 ab3e0f6d3b..a75ec38080 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -335,8 +335,7 @@ InverseMatrix::InverseMatrix (const Matrix &m, // This is the implementation of the - // vmult function. We note - // two things: + // vmult function. // Note that we use a rather large // tolerance for the solver