From 1583f1fabb596ba43d73cc9ec21e5e663d5fa69d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Oct 2005 19:34:26 +0000 Subject: [PATCH] Fix a bug in DataOut::build_some_patches. git-svn-id: https://svn.dealii.org/trunk@11633 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 46789a016a..f7db6d5119 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -134,6 +134,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: We had a bug in DataOut::build_patches + that, when used in multithreaded mode, caused an exception to be + thrown. In particular, this happened when the step-14 program was run on + dual processor machines was run when the library was compiled for + multithreading. This is now fixed. +
    + (WB 2005/10/20) +

    +
  2. New: There is now a new Triangulation::get_boundary_indicators -- 2.39.5