From 89533f733d3a1739a7d92d96f5c4861320c6d126 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 6 Aug 2007 21:06:28 +0000 Subject: [PATCH] Doc update git-svn-id: https://svn.dealii.org/trunk@14910 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/compressed_set_sparsity_pattern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h b/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h index 29df0402e6..a915ab8788 100644 --- a/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h @@ -50,7 +50,8 @@ template class SparseMatrix; * of sparsity patterns can be found in the documentation of the @ref Sparsity * module. * - * This class is an example of the "dynamic" type of @ref Sparsity. + * This class is an example of the "dynamic" type of @ref Sparsity. It is + * discussed in the @ref step_27 "step-27" tutorial program. * *

Interface

* -- 2.39.5