Add missing parameter retrival
This commit is contained in:
parent
b4a2c85b54
commit
0387a95218
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue