add diffusion capacity to ac relevant capacitor

This commit is contained in:
dwarning 2025-09-22 18:37:18 +02:00
parent f4e50bd994
commit 5afd1c53c0
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ next1:
if( (!(ckt->CKTmode & MODETRANOP)) ||
(!(ckt->CKTmode & MODEUIC)) ) {
if (ckt->CKTmode & MODEINITSMSIG){
*(ckt->CKTstate0 + here->DIOcapCurrent) = capd;
*(ckt->CKTstate0 + here->DIOcapCurrent) = capd+capsr;
*(ckt->CKTstate0 + here->DIOsrcapCurrent) = capsr;
if(SenCond){