From 2b95173674ab6dc0c382523fcf0c4c89e1456634 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 13 Dec 2013 15:01:13 +0000 Subject: [PATCH] improve documentation git-svn-id: https://svn.dealii.org/trunk@31988 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 33bf9bf3bb..d46d327d6b 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -182,7 +182,7 @@ public: * Constructor. The supplied IndexSet defines which indices might be * constrained inside this ConstraintMatrix. In a calculation with a * parallel::distributed::DoFHandler one should use - * locally_relevant_dofs. The IndexSet allows the ConstraintMatrix to safe + * locally_relevant_dofs. The IndexSet allows the ConstraintMatrix to save * memory. Otherwise internal data structures for all possible indices will * be created. */ @@ -194,7 +194,7 @@ public: ConstraintMatrix (const ConstraintMatrix &constraint_matrix); /** - * Reinit the ConstraintMatrix object and supply an IndexSet with lines that + * clear() the ConstraintMatrix object and supply an IndexSet with lines that * may be constrained. This function is only relevant in the distributed * case to supply a different IndexSet. Otherwise this routine is equivalent * to calling clear(). See the constructor for details. -- 2.39.5