Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-08-16 10:18:06


Author: pbristow
Date: 2007-08-16 10:18:05 EDT (Thu, 16 Aug 2007)
New Revision: 38719
URL: http://svn.boost.org/trac/boost/changeset/38719

Log:
layout & comments only.
Text files modified:
   sandbox/math_toolkit/boost/math/distributions/normal.hpp | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: sandbox/math_toolkit/boost/math/distributions/normal.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/normal.hpp (original)
+++ sandbox/math_toolkit/boost/math/distributions/normal.hpp 2007-08-16 10:18:05 EDT (Thu, 16 Aug 2007)
@@ -1,4 +1,6 @@
 // Copyright John Maddock 2006.
+// Copyright Paul A. Bristow 2007.
+
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -29,7 +31,7 @@
    typedef Policy policy_type;
 
    normal_distribution(RealType mean = 0, RealType sd = 1)
- : m_mean(mean), m_sd(sd) {}
+ : m_mean(mean), m_sd(sd) {} // Default is a 'standard' normal distribution.
 
    RealType mean()const
    { // location


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