From 09f8cbcd1aa4e61d0dda9b04b255aaf7b4617864 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Mar 2006 19:12:03 +0000 Subject: [PATCH] Clarify documentation. git-svn-id: https://svn.dealii.org/trunk@12671 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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); -- 2.39.5