* 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

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