From: bangerth Date: Thu, 23 Apr 2009 18:13:44 +0000 (+0000) Subject: Clarify comments by removing an unclear sentence. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c38560f54ace018fd92785709d2a79b82156d03;p=dealii-svn.git Clarify comments by removing an unclear sentence. git-svn-id: https://svn.dealii.org/trunk@18709 0785d39b-7218-0410-832d-ea1e28bc413d --- 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() {