From: hartmann Date: Mon, 11 Nov 2002 14:01:43 +0000 (+0000) Subject: Check the proper state of the ofstreams before using them for output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b35308103938f0d624eb7f2f251c7520ad3a59;p=dealii-svn.git 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 --- 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