correct args size

This commit is contained in:
dwarning 2009-08-04 19:28:34 +00:00
parent 7ce77bbbca
commit fb58732801
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ B2load(GENmodel *inModel, CKTcircuit *ckt)
double cqbulk;
double cqdrn;
double vt0;
double args[7];
double args[8];
int ByPass;
#ifndef NOBYPASS
double tempv;