From: wolf Date: Thu, 30 Mar 2000 13:26:59 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e4c8b7ec67da998a55f4893f0bf3534542783b;p=dealii-svn.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; };