devices/ind.c, bug fix, use 'm' in pz analysis

This commit is contained in:
rlar 2015-04-07 20:43:43 +02:00
parent 685d684c88
commit bfe9df8511
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ INDpzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s)
for( here = model->INDinstances;here != NULL;
here = here->INDnextInstance) {
val = here->INDinduct;
val = here->INDinduct / here->INDm;
*(here->INDposIbrptr) += 1;
*(here->INDnegIbrptr) -= 1;