From: bangerth Date: Wed, 10 Feb 2010 15:54:59 +0000 (+0000) Subject: Make sure we can compile with Tecplot. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00abd3ec36fd15371f6694f6eff40802d55b2fb9;p=dealii-svn.git Make sure we can compile with Tecplot. git-svn-id: https://svn.dealii.org/trunk@20543 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.