From: Wolfgang Bangerth Date: Tue, 27 May 2008 19:29:46 +0000 (+0000) Subject: Fix references to tutorial programs. X-Git-Tag: v8.0.0~9056 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cc8b71d11e5b3dfc1c1cd471f534776b9e1fd1;p=dealii.git Fix references to tutorial programs. git-svn-id: https://svn.dealii.org/trunk@16230 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */