From ace21c18f74c4a61a7391d32af4ae83d3a6ab1d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 May 2004 15:33:08 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@9222 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5