From: Wolfgang Bangerth
Date: Tue, 5 Apr 2005 21:10:35 +0000 (+0000)
Subject: Add DataOutReader.
X-Git-Tag: v8.0.0~14181
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f940a9588d43e081944cae98952326c0239c08fe;p=dealii.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,