From: Wolfgang Bangerth Date: Fri, 24 Mar 2006 19:12:03 +0000 (+0000) Subject: Clarify documentation. X-Git-Tag: v8.0.0~12029 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f8cbcd1aa4e61d0dda9b04b255aaf7b4617864;p=dealii.git Clarify documentation. git-svn-id: https://svn.dealii.org/trunk@12671 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 9d14820f82..a5ea36872a 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -261,9 +261,12 @@ class FullMatrix : public Table<2,number> /** * This operator assigns a scalar * to a matrix. To avoid - * confusion with constructors, - * zero is the only value allowed - * for d + * confusion with the semantics + * of this function, zero is the + * only value allowed for + * d, allowing you to + * clear a matrix in an intuitive + * way. */ FullMatrix & operator = (const double d);