From: Timo Heister Date: Fri, 13 Dec 2013 15:01:13 +0000 (+0000) Subject: improve documentation X-Git-Tag: v8.2.0-rc1~1206 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b95173674ab6dc0c382523fcf0c4c89e1456634;p=dealii.git improve documentation git-svn-id: https://svn.dealii.org/trunk@31988 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.