From 191ad0a57452c6e44d26588ec64119e6f85ce7b4 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 14 Sep 2019 12:19:38 +0200 Subject: [PATCH] avoid warning about potentially undefined variable --- src/spicelib/devices/vbic/vbicload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/vbic/vbicload.c b/src/spicelib/devices/vbic/vbicload.c index bae97edd6..76f96424a 100644 --- a/src/spicelib/devices/vbic/vbicload.c +++ b/src/spicelib/devices/vbic/vbicload.c @@ -93,7 +93,7 @@ VBICload(GENmodel *inModel, CKTcircuit *ckt) ,Iccp_Vbci,Iccp_Vbcp,Irs,Irs_Vrs,Irs_Vrth=0.0,Qbcp,Qbcp_Vrth ,Qbcp_Vbcp,Irth,Irth_Vrth=0.0,Ith=0.0,Ith_Vrth=0.0,Ith_Vbei=0.0,Ith_Vbci=0.0 ,Ith_Vcei=0.0,Ith_Vbex=0.0,Ith_Vbep=0.0,Ith_Vrs=0.0,Ith_Vbcp=0.0,Ith_Vcep=0.0,Ith_Vrcx=0.0 - ,Ith_Vrci=0.0,Ith_Vbcx,Ith_Vrbx=0.0,Ith_Vrbi=0.0,Ith_Vre=0.0,Ith_Vrbp=0.0,Qcth + ,Ith_Vrci=0.0,Ith_Vbcx=0.0,Ith_Vrbx=0.0,Ith_Vrbi=0.0,Ith_Vre=0.0,Ith_Vrbp=0.0,Qcth ,Qcth_Vrth,SCALE; int iret; double vce;