From: Ralf Hartmann Date: Fri, 12 Jun 2009 06:16:23 +0000 (+0000) Subject: Help doxygen to find the gamma function. X-Git-Tag: v8.0.0~7617 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840010d97e01d29f7046f0e4b393a5eae7bd2378;p=dealii.git Help doxygen to find the gamma function. git-svn-id: https://svn.dealii.org/trunk@18930 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e9ad4a1c06..eed45d43f2 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -95,9 +95,9 @@ inconvenience this causes.
  1. - Improved: The gamma function now returns a long double instead of an - unsigned int, otherwise we will get an overflow and thus meaningless - weights for higher QGaussLobatto quadrature rules. + Improved: The QGaussLobatto::gamma function now returns a long double + instead of an unsigned int, otherwise we will get an overflow and thus + meaningless weights for higher QGaussLobatto quadrature rules.
    (Tobias Leicht, RH 2009/06/05)