* fixed issues on the code to be compatible with last version of boost
This commit is contained in:
parent
1d568a5abd
commit
d1426b4bce
3 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ public:
|
|||
|
||||
assert( Vl == Vc );
|
||||
|
||||
_L.resize(Vl, Vc);
|
||||
_L.resize(Vl);
|
||||
|
||||
unsigned int i,j,k;
|
||||
|
||||
|
|
|
|||
Reference in a new issue