resload.c: m already set in ressetup.c

This commit is contained in:
h_vogt 2013-05-09 10:23:51 +02:00
parent c9d4ab1d13
commit e4cfe0ffff
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,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) {
*(here->RESposPosptr) += m * here->RESacConduct;