From 00abd3ec36fd15371f6694f6eff40802d55b2fb9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 10 Feb 2010 15:54:59 +0000 Subject: [PATCH] Make sure we can compile with Tecplot. git-svn-id: https://svn.dealii.org/trunk@20543 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 761aadd302..89288579b4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -246,6 +246,12 @@ inconvenience this causes.

base

    +
  1. Fixed: The file data_out_base.cc could not be compiled + when Tecplot was available. This should now be fixed. +
    + (WB 2010/02/10) +

  2. +
  3. Fixed: The PolynomialsBDM, PolynomialsABF and Functions::FlowFunction classes had a race condition in multithreaded programs. This now fixed.
    -- 2.39.5