From ed3acf0e337edb84987fa54a96d6b88494250e73 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 25 Oct 2011 08:19:34 +0000 Subject: [PATCH] Add missing parenthesis. git-svn-id: https://svn.dealii.org/trunk@24673 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
    -- 2.39.5