vbic: save Vrth into state vector

This commit is contained in:
dwarning 2024-07-01 16:51:15 +02:00 committed by Holger Vogt
parent 1b56bbe297
commit 113275d3be
1 changed files with 1 additions and 0 deletions

View File

@ -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;