From: wolf Date: Tue, 5 Apr 2005 21:10:35 +0000 (+0000) Subject: Add DataOutReader. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0586a7ce861194a8d26842f1c926f276bcba8a0;p=dealii-svn.git Add DataOutReader. git-svn-id: https://svn.dealii.org/trunk@10366 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,