start bugfix
This commit is contained in:
parent
34f579c08f
commit
a26b3ee2b2
|
|
@ -2504,7 +2504,7 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
if(!selfheat) {
|
if(!selfheat) {
|
||||||
Ith = 0;
|
Ith = 0;
|
||||||
} else if (model->HICUMrth_de==1) {
|
} else if (model->HICUMrth_de==1) {
|
||||||
Ith = -Vrth/here->HICUMrth_t.rpart+pterm; //Current from gnd to T
|
Ith = -dT/here->HICUMrth_t.rpart+pterm; //Current from gnd to T
|
||||||
} else {
|
} else {
|
||||||
Ith = -Vrth/here->HICUMrth_t.rpart+pterm; //Current from gnd to T
|
Ith = -Vrth/here->HICUMrth_t.rpart+pterm; //Current from gnd to T
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue