Added RES_SCALE "question". This fix the sensitivity analysis error

This commit is contained in:
pnenzi
2000-06-05 19:03:44 +00:00
parent 6ccddbbffe
commit 4ca742ec74
+3
View File
@@ -45,6 +45,9 @@ RESask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value,
return(OK);
case RES_WIDTH:
value->rValue = fast->RESwidth;
return(OK);
case RES_SCALE:
value->rValue = fast->RESscale;
return(OK);
case RES_M:
value->rValue = fast->RESm;