From: bangerth Date: Tue, 25 Oct 2011 08:19:34 +0000 (+0000) Subject: Add missing parenthesis. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3acf0e337edb84987fa54a96d6b88494250e73;p=dealii-svn.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.