Browse Source

found non-initialized value!

pre-master-46
Markus Mueller 5 years ago
committed by Holger Vogt
parent
commit
74ba5c1f96
  1. 1
      src/spicelib/devices/hicum2/hicumL2.cpp

1
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;
}

Loading…
Cancel
Save