no fall-through by asking m value

This commit is contained in:
dwarning 2019-03-28 06:18:32 +01:00
parent e04c64aa82
commit a934322dc3
1 changed files with 1 additions and 0 deletions

View File

@ -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);