From: Wolfgang Bangerth Date: Mon, 10 May 2004 15:33:08 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~15194 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace21c18f74c4a61a7391d32af4ae83d3a6ab1d6;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@9222 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index d748d04b80..e42179d904 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -33,7 +33,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. Changed: All the vector and block vector classes had a member - function clear which simply reset all + function clear which simply resets all values of the vector to zero. It did not change the size of the vector, though. This was confusing, since the standard C++ container classes implement the semantics that the clear