From 7d0b00384e980d9d156d06be58f7cd6a8a5c3c0d Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 31 Mar 2006 14:26:41 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@12796 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparsity_pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index 3b866aae9f..b9a07ce172 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -618,7 +618,7 @@ class SparsityPattern : public Subscriptor * to save time and to avoid fragmentation * of the heap. * - * IF the number of rows equals + * If the number of rows equals * the number of columns and the * last parameter is true, * diagonals elements are stored -- 2.39.5