Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79811 - trunk/boost/math/distributions
From: pbristow_at_[hidden]
Date: 2012-07-31 07:15:30


Author: pbristow
Date: 2012-07-31 07:15:30 EDT (Tue, 31 Jul 2012)
New Revision: 79811
URL: http://svn.boost.org/trac/boost/changeset/79811

Log:
Removed tabs
Text files modified:
   trunk/boost/math/distributions/skew_normal.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/math/distributions/skew_normal.hpp
==============================================================================
--- trunk/boost/math/distributions/skew_normal.hpp (original)
+++ trunk/boost/math/distributions/skew_normal.hpp 2012-07-31 07:15:30 EDT (Tue, 31 Jul 2012)
@@ -655,8 +655,8 @@
       const RealType exk = kurtosis_excess(dist);
 
       x = x + (x*x-static_cast<RealType>(1))*skew/static_cast<RealType>(6)
- + x*(x*x-static_cast<RealType>(3))*exk/static_cast<RealType>(24)
- - x*(static_cast<RealType>(2)*x*x-static_cast<RealType>(5))*skew*skew/static_cast<RealType>(36);
+ + x*(x*x-static_cast<RealType>(3))*exk/static_cast<RealType>(24)
+ - x*(static_cast<RealType>(2)*x*x-static_cast<RealType>(5))*skew*skew/static_cast<RealType>(36);
     } // if(shape != 0)
 
     result = standard_deviation(dist)*x+mean(dist);


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