From 60c0e15e4c721525f136b70fdbbb37fa6c7ea426 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 27 May 2008 19:29:46 +0000 Subject: [PATCH] Fix references to tutorial programs. git-svn-id: https://svn.dealii.org/trunk@16230 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparsity_pattern.h | 2 +- deal.II/lac/include/lac/compressed_sparsity_pattern.h | 2 +- 2 files changed, 2 insertions(+), 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 bffe05cb12..821ab634c9 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -675,7 +675,7 @@ typedef BlockCompressedSparsityPattern CompressedBlockSparsityPattern; * BlockCompressedSetSparsityPattern) are interface-compatible it is * frequently worth checking which version is more efficient. * - * This class is used in @ref step_31 "step-31". + * This class is used in @ref step_22 "step-22". * * @author Wolfgang Bangerth, 2007 */ diff --git a/deal.II/lac/include/lac/compressed_sparsity_pattern.h b/deal.II/lac/include/lac/compressed_sparsity_pattern.h index f40410e422..85b90b4ae7 100644 --- a/deal.II/lac/include/lac/compressed_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_sparsity_pattern.h @@ -83,7 +83,7 @@ template class SparseMatrix; * that appears to be more efficient in some situations, in particular * when using hp finite elements or, more generally, in cases with * many nonzero entries. See for example the @ref step_27 "step-27" - * and @ref step_31 "step-31" tutorial programs. + * and @ref step_22 "step-22" tutorial programs. * * @author Wolfgang Bangerth, 2001 */ -- 2.39.5