From d053fbda93f61882b9ae049ef45144f162e347a3 Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 3 Apr 2023 11:29:55 +0200 Subject: [PATCH] vbic: correct soa-check warning for C-S branch --- src/spicelib/devices/vbic/vbicsoachk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/vbic/vbicsoachk.c b/src/spicelib/devices/vbic/vbicsoachk.c index c436b16d7..4b5a26ee7 100644 --- a/src/spicelib/devices/vbic/vbicsoachk.c +++ b/src/spicelib/devices/vbic/vbicsoachk.c @@ -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++; }