found non-initialized value!

This commit is contained in:
Markus Mueller 2021-05-16 11:11:12 +02:00
parent 39b333e998
commit eaba878b08
1 changed files with 1 additions and 0 deletions

View File

@ -1806,6 +1806,7 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt)
here->HICUMtemp_Vrth = Tdev_Vrth; here->HICUMtemp_Vrth = Tdev_Vrth;
} else { } else {
Temp = here->HICUMtemp; Temp = here->HICUMtemp;
Tdev_Vrth = 0;
here->HICUMdtemp_sh = 0; here->HICUMdtemp_sh = 0;
here->HICUMtemp_Vrth = 0; here->HICUMtemp_Vrth = 0;
} }