* fixed issues on the code to be compatible with last version of boost

This commit is contained in:
Caner Candan 2011-02-24 11:09:51 +01:00
commit d1426b4bce
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ public:
//-------------------------------------------------------------
_varcovar.resize(s_size, s_size);
_varcovar.resize(s_size);
//-------------------------------------------------------------

View file

@ -53,7 +53,7 @@ public:
assert( Vl == Vc );
_L.resize(Vl, Vc);
_L.resize(Vl);
unsigned int i,j,k;

View file

@ -41,7 +41,7 @@ Authors:
#include <edo>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/symmetric_matrix.hpp>
#include <boost/numeric/ublas/symmetric.hpp>
#include "Rosenbrock.h"
#include "Sphere.h"