]> git.pld-linux.org Git - packages/boost.git/blame - boost-1.54.0-math-unused_typedef.patch
- rel 3; bunch of upstream patches (taken and filtered by FC team)
[packages/boost.git] / boost-1.54.0-math-unused_typedef.patch
CommitLineData
647f39b2
AM
1diff -up boost_1_54_0/boost/math/distributions/inverse_gaussian.hpp~ boost_1_54_0/boost/math/distributions/inverse_gaussian.hpp
2--- boost_1_54_0/boost/math/distributions/inverse_gaussian.hpp~ 2012-09-07 01:43:19.000000000 -0700
3+++ boost_1_54_0/boost/math/distributions/inverse_gaussian.hpp 2013-07-22 03:42:15.216142075 -0700
4@@ -285,10 +285,8 @@ namespace detail
5
6 // Define the distribution, using gamma_nooverflow:
7 typedef gamma_distribution<RealType, no_overthrow_policy> gamma_nooverflow;
8+ gamma_nooverflow g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
9
10- gamma_distribution<RealType, no_overthrow_policy> g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
11-
12- // gamma_nooverflow g(static_cast<RealType>(0.5), static_cast<RealType>(1.));
13 // R qgamma(0.2, 0.5, 1) 0.0320923
14 RealType qg = quantile(complement(g, p));
15 //RealType qg1 = qgamma(1.- p, 0.5, 1.0, true, false);
This page took 0.077205 seconds and 4 git commands to generate.