From 9291263dfa2235cf1fce7bb351ddde4eabc6ebf4 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Feb 2003 00:01:20 +0000 Subject: [PATCH] Fix comments. git-svn-id: https://svn.dealii.org/trunk@7100 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparsity_pattern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 8cd1be8ac3..5f60cc8fb5 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -94,7 +94,7 @@ class BlockSparsityPatternBase : public Subscriptor * given number of block rows and * columns. The blocks themselves * are still empty, and you have - * to call @p{collect_args} after + * to call @p{collect_sizes} after * you assign them sizes. */ BlockSparsityPatternBase (const unsigned int n_rows, @@ -417,7 +417,7 @@ class BlockSparsityPattern : public BlockSparsityPatternBase * given number of block rows and * columns. The blocks themselves * are still empty, and you have - * to call @p{collect_args} after + * to call @p{collect_sizes} after * you assign them sizes. */ BlockSparsityPattern (const unsigned int n_rows, @@ -486,7 +486,7 @@ class CompressedBlockSparsityPattern : public BlockSparsityPatternBase