diff --git a/edo/src/edoEstimatorNormalMulti.h b/edo/src/edoEstimatorNormalMulti.h index f06fadd86..8b4b7abb6 100644 --- a/edo/src/edoEstimatorNormalMulti.h +++ b/edo/src/edoEstimatorNormalMulti.h @@ -73,7 +73,7 @@ public: //------------------------------------------------------------- - _varcovar.resize(s_size, s_size); + _varcovar.resize(s_size); //------------------------------------------------------------- diff --git a/edo/src/edoSamplerNormalMulti.h b/edo/src/edoSamplerNormalMulti.h index c1ce57453..889c2e54f 100644 --- a/edo/src/edoSamplerNormalMulti.h +++ b/edo/src/edoSamplerNormalMulti.h @@ -53,7 +53,7 @@ public: assert( Vl == Vc ); - _L.resize(Vl, Vc); + _L.resize(Vl); unsigned int i,j,k; diff --git a/edo/test/t-mean-distance.cpp b/edo/test/t-mean-distance.cpp index 40a95c994..6f3b84f6c 100644 --- a/edo/test/t-mean-distance.cpp +++ b/edo/test/t-mean-distance.cpp @@ -41,7 +41,7 @@ Authors: #include #include -#include +#include #include "Rosenbrock.h" #include "Sphere.h"