correct args size
This commit is contained in:
parent
7ce77bbbca
commit
fb58732801
|
|
@ -117,7 +117,7 @@ B2load(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
double cqbulk;
|
double cqbulk;
|
||||||
double cqdrn;
|
double cqdrn;
|
||||||
double vt0;
|
double vt0;
|
||||||
double args[7];
|
double args[8];
|
||||||
int ByPass;
|
int ByPass;
|
||||||
#ifndef NOBYPASS
|
#ifndef NOBYPASS
|
||||||
double tempv;
|
double tempv;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue