From 6fe9345a8d61ea5cfc5394854bae09abf2939bcc Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Aug 2004 17:29:27 +0000 Subject: [PATCH] The check whether something was very small needs a <= instead of a < comparison, in case the rhs is zero itself. git-svn-id: https://svn.dealii.org/trunk@9543 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 59e780d750..33c9464a06 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -296,7 +296,7 @@ inconvenience this causes.
  • Fixed: The DerivativeApproximation::approximate_second_derivative - function produced wrong results ("not a number" instead of + function produced wrong results ("not a number", or an exception instead of "zero") if the field it was given was constant. This is now fixed.
    (WB 2004/08/05) -- 2.39.5