From bf95d5c5c5b4218d936161123fe075c022593437 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 9 Feb 2007 17:31:38 +0000 Subject: [PATCH] Fix a problem with a static variable git-svn-id: https://svn.dealii.org/trunk@14456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 1868bf5c51..4a8dab545f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -1005,6 +1005,14 @@ inconvenience this causes.

deal.II

    +
  1. Fixed: A local variable in + TriaAccessor<3,3>::measure and erroneously marked as static could lead to + wrong results and crashes in multithread mode. This is now fixed. +
    + (WB 2007/02/09) +

    +
  2. Fixed: MatrixCreator::create_mass_matrix and create_laplace_matrix computed wrong values for the right -- 2.39.5