From 14224e8a2d47cc102950e9d196f2f01a583e64ec Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 1 Jul 2005 15:32:16 +0000 Subject: [PATCH] Move a few functions to the DataOutBase class. git-svn-id: https://svn.dealii.org/trunk@11044 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index afbda6f6fa..2b053a1aa2 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -209,6 +209,16 @@ inconvenience this causes.

base

    +
  1. + Changed: Some of the dimension independent functions in the DataOutInterface class have been moved into the + DataOutBase class that does not depend on any + dimension template parameters. Since the latter is a base class of the + former, there should be no problems for application programs. +
    + (WB, 2005/07/01) +

    +
  2. Fixed: Several of the functions in class ConstantFunction did not check whether the -- 2.39.5