From 31572c3d66536d278014bd817200dfc7a1abd3de Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 23 Sep 2005 10:07:12 +0000 Subject: [PATCH] Tecplot lib fix. tecplot_binary and exception added. git-svn-id: https://svn.dealii.org/trunk@11518 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 01015e34ad..93d060d214 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -35,6 +35,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + Fixed: The Tecplot library (tecio.a) was + detected but not added to LIBS. This is now fixed. +
    + (RH 2005/09/23) +

    +
  2. New: configure will automatically detect a NetCDF installation, when its path is given by the @@ -97,6 +104,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

    deal.II

      +
    1. + Fixed: The tecplot_binary OutputFormat has been added to DataOutBase::get_output_format_names. Now + an exception will be raised if write_tecplot_binary is envoked without + specifying the filename through the DataOutBase::TecplotFlags interface. +
      + (RH 2005/09/23) +

      +
    2. New: The GridIn<dim>::read_netcdf(string -- 2.39.5