From: Wolfgang Bangerth Date: Thu, 20 Oct 2005 19:34:26 +0000 (+0000) Subject: Fix a bug in DataOut::build_some_patches. X-Git-Tag: v8.0.0~12970 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1583f1fabb596ba43d73cc9ec21e5e663d5fa69d;p=dealii.git Fix a bug in DataOut::build_some_patches. git-svn-id: https://svn.dealii.org/trunk@11633 0785d39b-7218-0410-832d-ea1e28bc413d --- 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