resload.c: `m' already set in ressetup.c
This commit is contained in:
parent
025c0870d9
commit
edce7230c2
|
|
@ -59,9 +59,6 @@ RESacload(GENmodel *inModel, CKTcircuit *ckt)
|
|||
for (here = model->RESinstances; here != NULL ;
|
||||
here = here->RESnextInstance) {
|
||||
|
||||
if(!here->RESmGiven)
|
||||
here->RESm = 1.0;
|
||||
|
||||
m = (here->RESm);
|
||||
|
||||
if(here->RESacresGiven) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue