From: wolf Date: Sat, 24 Feb 2001 21:18:20 +0000 (+0000) Subject: Doc fixes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cc4bc859a52367df94de1da59cc0a04b6b8483;p=dealii-svn.git Doc fixes. git-svn-id: https://svn.dealii.org/trunk@4023 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 d1b4747523..ca38ead500 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -43,18 +43,6 @@ * that all sub-matrices in a column have to have the same number of * columns. * - * - * @sect2{On template instantiations} - * - * Member functions of this class are either implemented in this file - * or in a file of the same name with suffix ``.templates.h''. For the - * most common combinations of the template parameters, instantiations - * of this class are provided in a file with suffix ``.cc'' in the - * ``source'' directory. If you need an instantiation that is not - * listed there, you have to include this file along with the - * corresponding ``.templates.h'' file and instantiate the respective - * class yourself. - * * @author Wolfgang Bangerth, 2000 */ class BlockSparsityPattern : public Subscriptor @@ -126,7 +114,7 @@ class BlockSparsityPattern : public Subscriptor * @p{reinit} functions of the * blocks themselves. Do not * forget to call - * @p{collect_size} after that on + * @p{collect_sizes} after that on * this object. * * The reason that you have to