From 7c8fb9cfccf0fde7f2b5b644f45007a90d8b82e9 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 4 Mar 2008 14:58:53 +0000 Subject: [PATCH] Fixed a comment. git-svn-id: https://svn.dealii.org/trunk@15838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/step-22.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5