issue to fix
This commit is contained in:
parent
5583208c75
commit
10d1ebbb9b
3 changed files with 18 additions and 14 deletions
|
|
@ -35,6 +35,8 @@ public:
|
|||
|
||||
assert(Vc > 0);
|
||||
|
||||
assert( Vl == Vc );
|
||||
|
||||
_L.resize(Vl, Vc);
|
||||
|
||||
unsigned int i,j,k;
|
||||
|
|
|
|||
Reference in a new issue