From: bangerth Date: Mon, 6 Aug 2007 20:00:08 +0000 (+0000) Subject: Update docs X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c96bd1769ef8a463fa787bd566af00ae4b03a82;p=dealii-svn.git Update docs git-svn-id: https://svn.dealii.org/trunk@14909 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 7b34e94a1a..29df0402e6 100644 --- a/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h +++ b/deal.II/lac/include/lac/compressed_set_sparsity_pattern.h @@ -75,7 +75,8 @@ template class SparseMatrix; * @endverbatim * * See also @ref step_11 "step-11" and @ref step_18 "step-18" for usage - * patterns. + * patterns of the related CompressedSparsityPattern class, and + * @ref step_27 "step-27" of the current class. * *

Notes

*