From: Ralf Hartmann Date: Tue, 8 Jun 2004 12:51:38 +0000 (+0000) Subject: fix two typos X-Git-Tag: v8.0.0~15048 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe31e41763289136d7738e25f7da963dcba91aa;p=dealii.git fix two typos git-svn-id: https://svn.dealii.org/trunk@9411 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 84658b9508..9cbdea55ee 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -127,7 +127,7 @@ inconvenience this causes. commented out a long time ago due to a compiler bug in which the explicit keyword on template constructors was ignored, a fact that is dangerous since it may lead the compiler to generate - temporaries without our ado. This bug is not detected during + temporaries without our ado. This bug is now detected during configuration time of the library, and these constructors are available whenever the compiler does not contain this bug.
@@ -193,7 +193,7 @@ inconvenience this causes.
  • Fixed: The GridGenerator::cylinder_shell - function generated cells that were all inside-out, i.e. had negative + function generated cells were all inside-out, i.e. had negative Jacobians. In usual finite element computations this simply leads to all components of the linear system being negated, so it is not harmful. It is fixed now anyway.