From: hartmann Date: Mon, 24 May 2004 12:33:27 +0000 (+0000) Subject: Two typos fixed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09072b41ceac1045016cca9d7fbc6265d7418365;p=dealii-svn.git Two typos fixed. git-svn-id: https://svn.dealii.org/branches/Branch-5-0@9297 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/4.0.0-vs-5.0.0.html b/deal.II/doc/news/4.0.0-vs-5.0.0.html index 59ec9bd384..218014404c 100644 --- a/deal.II/doc/news/4.0.0-vs-5.0.0.html +++ b/deal.II/doc/news/4.0.0-vs-5.0.0.html @@ -52,7 +52,7 @@ inconvenience this causes. reinit function has therefore been removed to avoid confusion with the reinit functions that take arguments. Instead, you should now use matrix=0 to simply sets all elements of the + class="member">matrix=0 to simply set all elements of the matrix to zero. If you want to notify a sparse matrix that its sparsity pattern has changed, use the reinit(SparsityPattern) function. @@ -79,7 +79,7 @@ inconvenience this causes. class="member">clear functions have been dropped from the interface of the vector and full matrix classes, and the remaining instances where deal.II classes have a function of - that name really mean that the object is reset to its virginial + that name really mean that the object is reset to its virginal state. To set all elements of a matrix or vector to zero without changing its size, the recommended way is to use the more obvious notation