Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-07-14 13:51:13


Author: pbristow
Date: 2007-07-14 13:51:12 EDT (Sat, 14 Jul 2007)
New Revision: 7430
URL: http://svn.boost.org/trac/boost/changeset/7430

Log:
added a missing L to constant test value.

Text files modified:
   sandbox/math_toolkit/libs/math/test/test_cauchy.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/math_toolkit/libs/math/test/test_cauchy.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/test_cauchy.cpp (original)
+++ sandbox/math_toolkit/libs/math/test/test_cauchy.cpp 2007-07-14 13:51:12 EDT (Sat, 14 Jul 2007)
@@ -74,7 +74,7 @@
       ::boost::math::cdf(
          cauchy_distribution<RealType>(),
          static_cast<RealType>(-0.5)), // x
- static_cast<RealType>(0.35241638234956672582459892377526), // probability.
+ static_cast<RealType>(0.35241638234956672582459892377526L), // probability.
                         tolerance); // %
    BOOST_CHECK_CLOSE(
       ::boost::math::cdf(


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk