From 9012343bfebdd0e3156baa8dc4e7ef520e204230 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Feb 2006 04:00:26 +0000 Subject: [PATCH] Add another note. git-svn-id: https://svn.dealii.org/trunk@12452 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/quadrature_lib.cc | 8 ++++++++ 1 file changed, 8 insertions(+) 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()), -- 2.39.5