From: bangerth Date: Mon, 6 Aug 2007 21:06:28 +0000 (+0000) Subject: Doc update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89533f733d3a1739a7d92d96f5c4861320c6d126;p=dealii-svn.git Doc update git-svn-id: https://svn.dealii.org/trunk@14910 0785d39b-7218-0410-832d-ea1e28bc413d --- 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

*