From e566d36a60c5f3f78f5154d093b6479851e0b09d Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 3 Oct 2002 08:30:36 +0000 Subject: [PATCH] minor doc change git-svn-id: https://svn.dealii.org/trunk@6597 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparsity_pattern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 304e73d5b4..4e794dd8b9 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -119,8 +119,7 @@ class BlockSparsityPatternBase : public Subscriptor /** * Resize the matrix. This - * deletes all previously - * existant blocks and replaces + * deletes all blocks and replaces * them by unitialized ones, * i.e. ones for which also the * sizes are not yet set. You -- 2.39.5