From: heltai
Date: Thu, 15 Feb 2007 19:26:03 +0000 (+0000)
Subject: Typo.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca0f4abe05f888b39e17934f735a2dddccb6b3a;p=dealii-svn.git
Typo.
git-svn-id: https://svn.dealii.org/trunk@14479 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html
index c29b934ad1..4ef647f001 100644
--- a/deal.II/doc/news/changes.html
+++ b/deal.II/doc/news/changes.html
@@ -1044,8 +1044,8 @@ inconvenience this causes.
Fixed: A local variable in
- TriaAccessor<3,3>::measure
and erroneously marked as static could lead to
+ 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)