From: Wolfgang Bangerth Date: Wed, 22 Feb 2006 04:00:26 +0000 (+0000) Subject: Add another note. X-Git-Tag: v8.0.0~12230 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9012343bfebdd0e3156baa8dc4e7ef520e204230;p=dealii.git Add another note. git-svn-id: https://svn.dealii.org/trunk@12452 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/quadrature_lib.cc b/deal.II/base/source/quadrature_lib.cc index 8bbbd276d0..919af8037c 100644 --- a/deal.II/base/source/quadrature_lib.cc +++ b/deal.II/base/source/quadrature_lib.cc @@ -82,6 +82,14 @@ QGauss<1>::QGauss (const unsigned int n) // this then breaks deal.II code // that is run as a subroutine to // matlab... + // + // a similar situation exists, btw, + // when running programs under + // valgrind up to and including at + // least version 3.1: valgrind's + // emulator only supports 64 bit + // arithmetic, even for 80 bit long + // doubles. #ifdef HAVE_STD_NUMERIC_LIMITS const long double long_double_eps = static_cast(std::numeric_limits::epsilon()),