mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
correct init state vector for qth integration
This commit is contained in:
@@ -492,6 +492,10 @@ next1:
|
||||
}
|
||||
if (selfheat)
|
||||
{
|
||||
if (ckt->CKTmode & MODEINITTRAN) {
|
||||
*(ckt->CKTstate1 + here->DIOqth) =
|
||||
*(ckt->CKTstate0 + here->DIOqth);
|
||||
}
|
||||
error = NIintegrate(ckt, &gcTt, &ceqqth, model->DIOcth0, here->DIOqth);
|
||||
if (error) return(error);
|
||||
if (ckt->CKTmode & MODEINITTRAN) {
|
||||
|
||||
Reference in New Issue
Block a user