From: Wolfgang Bangerth Date: Thu, 30 Mar 2000 13:26:59 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~20727 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18da3584c51f4c8db520a31887c31363f5ffbc42;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@2649 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index 40b060bf90..08825dacc8 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -676,8 +676,11 @@ class SparsityPattern : public Subscriptor */ bool compressed; - -template friend class SparseMatrix; + /** + * Make all sparse matrices + * friends of this class. + */ + template friend class SparseMatrix; };