From: Wolfgang Bangerth Date: Wed, 13 Feb 2013 01:04:37 +0000 (+0000) Subject: Comment update. X-Git-Tag: v8.0.0~1332 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fadd8825330527cbedb3a3db8de1d2570a8bebfa;p=dealii.git Comment update. git-svn-id: https://svn.dealii.org/trunk@28353 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_vanka.h b/deal.II/include/deal.II/lac/sparse_vanka.h index d9e184cf34..88f2367b4b 100644 --- a/deal.II/include/deal.II/lac/sparse_vanka.h +++ b/deal.II/include/deal.II/lac/sparse_vanka.h @@ -155,7 +155,7 @@ public: * * If @p conserve_mem is @p false, * then the inverses of the local - * systems are computed now, if + * systems are computed now; if * the flag is @p true, then they * are computed every time the * preconditioner is @@ -163,7 +163,7 @@ public: * memory, but makes * preconditioning very * slow. Note also, that if the - * flag is @p false, the the + * flag is @p false, then the * contents of the matrix @p M at * the time of calling this * constructor are used, while if