From: Wolfgang Bangerth Date: Tue, 16 Aug 2011 00:09:12 +0000 (+0000) Subject: Fix language. X-Git-Tag: v8.0.0~3683 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f385bc96f2bdb678165202387630e08e90a6b92;p=dealii.git Fix language. git-svn-id: https://svn.dealii.org/trunk@24085 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 35e3a1f1ac..8418344598 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -335,7 +335,7 @@ for objects of type hp::DoFHandler.
(Christian Goll, Wolfgang Bangerth 2011/07/06) -
  • Fixed: Under some circumstances, the Threads::Thread::join() could only be +
  • Fixed: Under some circumstances, Threads::Thread::join() could only be called once and would generate a system exception when called a second time. Since it is often useful to not track whether this function had already been called, this is now worked around in such a way that one can always call