fixed index problem in IV_array. Works right for systems.
This commit is contained in:
parent
db947afb50
commit
2bbe00742e
@ -434,7 +434,7 @@ void *data;
|
||||
{
|
||||
IU_array[j] = NewVectorInt(&iu[levv[j]-1], numv[j]);
|
||||
IP_array[j] = NewVectorInt(&ip[levv[j]-1], numv[j]);
|
||||
IV_array[j] = NewVectorInt(&iv[levp[j]-1],nump[j]);
|
||||
IV_array[j] = NewVectorInt(&iv[levpi[j]-1],nump[j]+1);
|
||||
ICG_array[j] = NewVectorInt(&icg[levv[j]-1], numv[j]);
|
||||
}
|
||||
|
||||
|
||||
@ -434,7 +434,7 @@ void *data;
|
||||
{
|
||||
IU_array[j] = NewVectorInt(&iu[levv[j]-1], numv[j]);
|
||||
IP_array[j] = NewVectorInt(&ip[levv[j]-1], numv[j]);
|
||||
IV_array[j] = NewVectorInt(&iv[levp[j]-1],nump[j]);
|
||||
IV_array[j] = NewVectorInt(&iv[levpi[j]-1],nump[j]+1);
|
||||
ICG_array[j] = NewVectorInt(&icg[levv[j]-1], numv[j]);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user