vbic: save Vrth into state vector
This commit is contained in:
parent
1b56bbe297
commit
113275d3be
|
|
@ -855,6 +855,7 @@ VBICload(GENmodel *inModel, CKTcircuit *ckt)
|
|||
}
|
||||
}
|
||||
|
||||
*(ckt->CKTstate0 + here->VBICvrth) = Vrth;
|
||||
*(ckt->CKTstate0 + here->VBICvbei) = Vbei;
|
||||
*(ckt->CKTstate0 + here->VBICvbex) = Vbex;
|
||||
*(ckt->CKTstate0 + here->VBICvbci) = Vbci;
|
||||
|
|
|
|||
Loading…
Reference in New Issue