$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2007-09-12 05:42:58
Author: pbristow
Date: 2007-09-12 05:42:58 EDT (Wed, 12 Sep 2007)
New Revision: 39210
URL: http://svn.boost.org/trac/boost/changeset/39210
Log:
cosmetic
Text files modified: 
   sandbox/math_toolkit/boost/math/distributions/pareto.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/boost/math/distributions/pareto.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/pareto.hpp	(original)
+++ sandbox/math_toolkit/boost/math/distributions/pareto.hpp	2007-09-12 05:42:58 EDT (Wed, 12 Sep 2007)
@@ -63,7 +63,7 @@
         RealType* result, const Policy& pol)
       {
         if((boost::math::isfinite)(shape))
-        { // Any finite value is OK.
+        { // Any finite value > 0 is OK.
           if (shape > 0)
           {
             return true;