no fall-through by asking m value
This commit is contained in:
parent
e04c64aa82
commit
a934322dc3
|
|
@ -38,6 +38,7 @@ CCCSask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue *
|
|||
return (OK);
|
||||
case CCCS_M:
|
||||
value->rValue = here->CCCSmValue;
|
||||
return (OK);
|
||||
case CCCS_POS_NODE:
|
||||
value->iValue = here->CCCSposNode;
|
||||
return (OK);
|
||||
|
|
|
|||
Loading…
Reference in New Issue