diff --git a/src/spicelib/devices/mos1/mos1ask.c b/src/spicelib/devices/mos1/mos1ask.c index 2e27ed9de..0d67761b5 100644 --- a/src/spicelib/devices/mos1/mos1ask.c +++ b/src/spicelib/devices/mos1/mos1ask.c @@ -195,7 +195,7 @@ MOS1ask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, case MOS1_CAPGD: value->rValue = 2* *(ckt->CKTstate0 + here->MOS1capgd); /* add overlap capacitance */ - value->rValue += (here->sMOS1modPtr->MOS1gateSourceOverlapCapFactor) + value->rValue += (here->sMOS1modPtr->MOS1gateDrainOverlapCapFactor) * here->MOS1m * (here->MOS1w); return(OK);