mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
reply commit e5c162f1: dc sweep fails after transient sim
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user