Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

This commit is contained in:
Holger Vogt 2023-04-08 15:25:16 +02:00
commit b9ac15acf2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ VBICsoaCheck(CKTcircuit *ckt, GENmodel *inModel)
if (vsub > model->VBICvsubMax)
if (warns_vsub < maxwarns) {
soa_printf(ckt, (GENinstance*)here,
"|Vce|=%g has exceeded Vce_max=%g\n",
"|Vcs|=%g has exceeded Vcs_max=%g\n",
vsub, model->VBICvsubMax);
warns_vsub++;
}