From 685d684c88ccd704d56c429834d9090aa9f99d4b Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 6 Apr 2015 18:11:32 +0200 Subject: [PATCH] devices/ind: bug fix, multiplier `m' multiplier `m' was applied twice, because it was already implemented in indtemp.c before this commit : > Date: Thu May 9 10:28:38 2013 +0200 > > devices/ind: implement multiplier `m' --- src/spicelib/devices/ind/indtemp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spicelib/devices/ind/indtemp.c b/src/spicelib/devices/ind/indtemp.c index 94dac8865..f08e8930b 100644 --- a/src/spicelib/devices/ind/indtemp.c +++ b/src/spicelib/devices/ind/indtemp.c @@ -69,7 +69,6 @@ INDtemp(GENmodel *inModel, CKTcircuit *ckt) factor = 1.0 + tc1*difference + tc2*difference*difference; here->INDinduct = here->INDinduct * factor * here->INDscale; - here->INDinduct = here->INDinduct / here->INDm; } }