From: wolf Date: Mon, 29 Mar 2004 22:59:07 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f51c7b3b00b1017a86bed2094db9d148a60d1ff;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8911 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 47c40dfb84..06455ec9ce 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -182,7 +182,10 @@ namespace internals /** * Make the accessor class a * friend so as to allow it to - * generate objects of this type. + * generate objects of this + * type. To avoid trouble with + * some compilers simply mark all + * accessor classes as friends. */ template friend class Accessor; };