Boost logo

Boost-Commit :

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;


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