Browse Source

no fall-through by asking m value

pre-master-46
dwarning 7 years ago
committed by Holger Vogt
parent
commit
657d4994b9
  1. 1
      src/spicelib/devices/cccs/cccsask.c

1
src/spicelib/devices/cccs/cccsask.c

@ -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…
Cancel
Save