Browse Source

correct init for convergence test

pre-master-46
dwarning 7 years ago
committed by Holger Vogt
parent
commit
7966aa36ae
  1. 2
      src/spicelib/devices/vbic/vbicload.c

2
src/spicelib/devices/vbic/vbicload.c

@ -739,7 +739,7 @@ VBICload(GENmodel *inModel, CKTcircuit *ckt)
/*
* limit nonlinear branch voltages
*/
ichk1 = 1;
ichk1 = 1, ichk2 = 1, ichk3 = 1, ichk4 = 1, ichk5 = 1;
Vbei = DEVpnjlim(Vbei,*(ckt->CKTstate0 + here->VBICvbei),vt,
here->VBICtVcrit,&icheck);
Vbex = DEVpnjlim(Vbex,*(ckt->CKTstate0 + here->VBICvbex),vt,

Loading…
Cancel
Save