Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master
This commit is contained in:
commit
b9ac15acf2
|
|
@ -72,7 +72,7 @@ VBICsoaCheck(CKTcircuit *ckt, GENmodel *inModel)
|
||||||
if (vsub > model->VBICvsubMax)
|
if (vsub > model->VBICvsubMax)
|
||||||
if (warns_vsub < maxwarns) {
|
if (warns_vsub < maxwarns) {
|
||||||
soa_printf(ckt, (GENinstance*)here,
|
soa_printf(ckt, (GENinstance*)here,
|
||||||
"|Vce|=%g has exceeded Vce_max=%g\n",
|
"|Vcs|=%g has exceeded Vcs_max=%g\n",
|
||||||
vsub, model->VBICvsubMax);
|
vsub, model->VBICvsubMax);
|
||||||
warns_vsub++;
|
warns_vsub++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue