$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2008-03-13 06:55:35
Author: pbristow
Date: 2008-03-13 06:55:35 EDT (Thu, 13 Mar 2008)
New Revision: 43587
URL: http://svn.boost.org/trac/boost/changeset/43587
Log:
Corrected correction in uniform :-( = for ==, again.
Text files modified: 
   sandbox/math_toolkit/boost/math/distributions/uniform.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/boost/math/distributions/uniform.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/uniform.hpp	(original)
+++ sandbox/math_toolkit/boost/math/distributions/uniform.hpp	2008-03-13 06:55:35 EDT (Thu, 13 Mar 2008)
@@ -90,7 +90,7 @@
       RealType* result, const Policy& pol)
     {
       if((check_uniform_lower(function, lower, result, pol) == false)
-        || (check_uniform_upper(function, upper, result, pol) = false))
+        || (check_uniform_upper(function, upper, result, pol) == false))
       {
         return false;
       }