todo, marker
This commit is contained in:
parent
ba47e88b9e
commit
89dc98f5aa
|
|
@ -31,7 +31,7 @@ ASRCacLoad(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
for (; model; model = model->ASRCnextModel) {
|
for (; model; model = model->ASRCnextModel) {
|
||||||
for (here = model->ASRCinstances; here; here = here->ASRCnextInstance) {
|
for (here = model->ASRCinstances; here; here = here->ASRCnextInstance) {
|
||||||
|
|
||||||
difference = (here->ASRCtemp + here->ASRCdtemp) - 300.15;
|
difference = (here->ASRCtemp + here->ASRCdtemp) - 300.15; /* 300.15 !!!! */
|
||||||
factor = 1.0
|
factor = 1.0
|
||||||
+ here->ASRCtc1 * difference
|
+ here->ASRCtc1 * difference
|
||||||
+ here->ASRCtc2 * difference * difference;
|
+ here->ASRCtc2 * difference * difference;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue