From 4909d262ba578dc71b7431bd3f3c2ef9b3132384 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Fri, 26 Feb 2016 14:48:54 +0000 Subject: debbugage de main --- src/stratified_sampling.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stratified_sampling.hpp') diff --git a/src/stratified_sampling.hpp b/src/stratified_sampling.hpp index 7573ef2..ed53b6d 100644 --- a/src/stratified_sampling.hpp +++ b/src/stratified_sampling.hpp @@ -192,8 +192,8 @@ pair stratified_sampling::estimator() const { struct f_mu : public std::unary_function, double> { f_mu(std::vector mu, asian_option A) : mu(mu), A(A){ - double norm_mu = 0; - for(int i=0; i<16; i++) { + norm_mu = 0; + for(unsigned int i=0; i