From 119b3c6fd920420e661fc305e54ca3dc6ca1e9ff Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 3 May 2020 19:01:14 +0200 Subject: [PATCH] no bypass with selfheating - delvrth not needed --- src/spicelib/devices/hicum2/hicum2load.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/spicelib/devices/hicum2/hicum2load.c b/src/spicelib/devices/hicum2/hicum2load.c index 1dd394077..80600336e 100644 --- a/src/spicelib/devices/hicum2/hicum2load.c +++ b/src/spicelib/devices/hicum2/hicum2load.c @@ -596,7 +596,7 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt) double Qxf_Vxf, Qxf1_Vxf1, Qxf2_Vxf2; double Iqxf, Iqxf_Vxf, Iqxf1, Iqxf1_Vxf1, Iqxf2, Iqxf2_Vxf2; - double Ith, Vrth, Icth, Icth_Vrth, delvrth; + double Ith, Vrth, Icth, Icth_Vrth; double Irth_Vrth; double Iciei_Vrth; @@ -941,8 +941,6 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt) delvbpbi = Vbpbi - *(ckt->CKTstate0 + here->HICUMvbpbi); delvbpci = Vbpci - *(ckt->CKTstate0 + here->HICUMvbpci); delvsici = Vsici - *(ckt->CKTstate0 + here->HICUMvsici); - if (model->HICUMflsh) - delvrth = Vrth - *(ckt->CKTstate0 + here->HICUMvrth); Vbe = model->HICUMtype*( *(ckt->CKTrhsOld+here->HICUMbaseNode)- *(ckt->CKTrhsOld+here->HICUMemitNode));