From 74ba5c1f963c4c088b0198544ef997812bedf01d Mon Sep 17 00:00:00 2001 From: Markus Mueller Date: Sun, 16 May 2021 11:11:12 +0200 Subject: [PATCH] found non-initialized value! --- src/spicelib/devices/hicum2/hicumL2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spicelib/devices/hicum2/hicumL2.cpp b/src/spicelib/devices/hicum2/hicumL2.cpp index 501b2d683..52f697bc5 100644 --- a/src/spicelib/devices/hicum2/hicumL2.cpp +++ b/src/spicelib/devices/hicum2/hicumL2.cpp @@ -1806,6 +1806,7 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt) here->HICUMtemp_Vrth = Tdev_Vrth; } else { Temp = here->HICUMtemp; + Tdev_Vrth = 0; here->HICUMdtemp_sh = 0; here->HICUMtemp_Vrth = 0; }