Correct vgs assignment - bug found by K. OHara

This commit is contained in:
dwarning 2026-01-16 08:38:37 +01:00 committed by Holger Vogt
parent 86ca3948eb
commit 1601571432
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ VDMOSconvTest(GENmodel *inModel, CKTcircuit *ckt)
here = VDMOSnextInstance(here)) {
vgs = model->VDMOStype * (
*(ckt->CKTrhs+here->VDMOSgNode) -
*(ckt->CKTrhs+here->VDMOSgNodePrime) -
*(ckt->CKTrhs+here->VDMOSsNodePrime));
vds = model->VDMOStype * (
*(ckt->CKTrhs+here->VDMOSdNodePrime) -