From 86605e97f59813242f957c55e4aea8e2461c38b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 Apr 2005 21:09:15 +0000 Subject: [PATCH] Add intermediate format. git-svn-id: https://svn.dealii.org/trunk@10365 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 2e618a2e0a..7651150661 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -159,6 +159,14 @@ inconvenience this causes.

base

    +
  1. + New: The DataOutBase class now + allows to write data in a new intermediate format that + basically dumps the raw information available in patches. +
    + (WB, 2005/04/05) +

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