From b4fd22d84c898809f46f49b5a3a7747f9b8b47db Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Feb 1999 10:24:45 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@831 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 5d76cdf44a..5d8c57b67e 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -132,6 +132,9 @@ class ConstraintMatrix { * the columns before usage of the matrix. * This is done through this function. * + * Also, zero entries are discarded, since + * they are not needed. + * * After closing, no more entries are * accepted. */ -- 2.39.5