From 90b35308103938f0d624eb7f2f251c7520ad3a59 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 11 Nov 2002 14:01:43 +0000 Subject: [PATCH] Check the proper state of the ofstreams before using them for output. git-svn-id: https://svn.dealii.org/trunk@6747 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 4911bbe460..1c0a268930 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -170,6 +170,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. Fixed: The write_text and write_tex functions of the TableHandler class now check whether their + ofstream arguments are in a proper state before + using them for output. +
    + (RH 2002/11/11) +

    +
  2. New: Added Hierarchical Polynomial (similar to Legendre class). Will eventually be used in a hierarchical FiniteElement class similar to -- 2.39.5