reply commit e5c162f1: dc sweep fails after transient sim
This commit is contained in:
parent
94b193ad91
commit
2c9c2c20c4
|
|
@ -4604,6 +4604,10 @@ line755:
|
|||
if (!ChargeComputationNeeded)
|
||||
goto line850;
|
||||
|
||||
/* no integration, if dc sweep, but keep evaluating capacitances */
|
||||
if (ckt->CKTmode & MODEDCTRANCURVE)
|
||||
goto line850;
|
||||
|
||||
if (ckt->CKTmode & MODEINITTRAN)
|
||||
{ *(ckt->CKTstate1 + here->BSIM4qb) =
|
||||
*(ckt->CKTstate0 + here->BSIM4qb);
|
||||
|
|
|
|||
Loading…
Reference in New Issue