devices/ind.c, bug fix, use 'm' in pz analysis
This commit is contained in:
parent
685d684c88
commit
bfe9df8511
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue