From f940a9588d43e081944cae98952326c0239c08fe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 Apr 2005 21:10:35 +0000 Subject: [PATCH] Add DataOutReader. git-svn-id: https://svn.dealii.org/trunk@10366 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 7651150661..9ef311e67f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -167,6 +167,15 @@ inconvenience this causes. (WB, 2005/04/05)

+
  • + New: The DataOutReader class allows + to read data back in from a file into which it has been written + using intermediate format. From there, it can then be converted + into any of the supported graphics formats. +
    + (WB, 2005/04/05) +

    +
  • New: There is now a operator >> (std::istream &in, -- 2.39.5