From: Ralf Hartmann Date: Mon, 24 May 2004 12:22:29 +0000 (+0000) Subject: Two typos fixed. X-Git-Tag: v8.0.0~15144 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f70a4ef31fba5ee9d1613cba9de3cc692a625d;p=dealii.git Two typos fixed. git-svn-id: https://svn.dealii.org/trunk@9296 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