From: Wolfgang Bangerth Date: Tue, 25 Oct 2011 08:19:34 +0000 (+0000) Subject: Add missing parenthesis. X-Git-Tag: v8.0.0~3186 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ebf5aeed3cb6cf5f93daaeef36022c14c71396;p=dealii.git Add missing parenthesis. git-svn-id: https://svn.dealii.org/trunk@24673 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e145052e8a..cec4325f17 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -80,7 +80,7 @@ Debian. This is now fixed.
  • Changed: The TableHandler class has been changed significantly internally. It could previously store arbitrary values (though in practice, -only int, unsigned int, double and std::string were implemented. The class is +only int, unsigned int, double and std::string were implemented). The class is now restricted to this particular set of types. On the other hand, the TableHandler class can now be serialized.