From 8ec8ba478d67c94e04761f3aa2d0ee88bf0b1ea1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Feb 2013 01:04:37 +0000 Subject: [PATCH] Comment update. git-svn-id: https://svn.dealii.org/trunk@28353 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparse_vanka.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5