diff --git a/src/spicelib/devices/ind/indmask.c b/src/spicelib/devices/ind/indmask.c index 9a9a59006..bc4dbd2fe 100644 --- a/src/spicelib/devices/ind/indmask.c +++ b/src/spicelib/devices/ind/indmask.c @@ -37,7 +37,10 @@ INDmAsk(CKTcircuit *ckt, GENmodel *inst, int which, IFvalue *value) return(OK); case IND_MOD_CSECT: value->rValue = here->INDcsect; - return(OK); + return(OK); + case IND_MOD_DIA: + value->rValue = here->INDdia; + return(OK); case IND_MOD_LENGTH: value->rValue = here->INDlength; return(OK);