devices/asrc, rewrite #1/10, add a return (E_BADPARM)
This commit is contained in:
parent
7afb450e66
commit
e13e1690d2
|
|
@ -125,7 +125,7 @@ ASRCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
return (E_BADPARM);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue