$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2007-08-21 09:08:00
Author: pbristow
Date: 2007-08-21 09:07:59 EDT (Tue, 21 Aug 2007)
New Revision: 38817
URL: http://svn.boost.org/trac/boost/changeset/38817
Log:
correction change in policy name!
Text files modified: 
   sandbox/math_toolkit/libs/math/example/binomial_quiz_example.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/example/binomial_quiz_example.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/binomial_quiz_example.cpp	(original)
+++ sandbox/math_toolkit/libs/math/example/binomial_quiz_example.cpp	2007-08-21 09:07:59 EDT (Tue, 21 Aug 2007)
@@ -263,7 +263,7 @@
   using boost::math::policies::policy;
   using boost::math::policies::discrete_quantile;
   using boost::math::policies::real;
-  using boost::math::policies::integer_outside; // Default.
+  using boost::math::policies::integer_round_outwards; // Default.
   typedef boost::math::policies::policy<discrete_quantile<real> > real_quantile_policy;
 /*`Add a binomial distribution called real_quantile_binomial that uses real_quantile_policy.
 */