From 4c38560f54ace018fd92785709d2a79b82156d03 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Apr 2009 18:13:44 +0000 Subject: [PATCH] Clarify comments by removing an unclear sentence. git-svn-id: https://svn.dealii.org/trunk@18709 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-34/step-34.cc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/deal.II/examples/step-34/step-34.cc b/deal.II/examples/step-34/step-34.cc index f96dbfb9e2..f1c929589d 100644 --- a/deal.II/examples/step-34/step-34.cc +++ b/deal.II/examples/step-34/step-34.cc @@ -1335,13 +1335,9 @@ void BEMProblem::assemble_system() // operator with the system matrix, // and we obtain a matrix $FA$ whose // result is renormalized to a zero - // mean value vector. In other words, - // vectors that are multiplied have - // mean value zero and therefore - // never feel the fact that the - // system matrix has a kernel for - // these. The combined matrix object - // is then passed to a GMRES solver. + // mean value vector. The combined + // matrix object is then passed to a + // GMRES solver. template void BEMProblem::solve_system() { -- 2.39.5