From cfe31e41763289136d7738e25f7da963dcba91aa Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 8 Jun 2004 12:51:38 +0000 Subject: [PATCH] fix two typos git-svn-id: https://svn.dealii.org/trunk@9411 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5