todo, marker

This commit is contained in:
rlar 2015-05-24 19:48:00 +02:00
parent ba47e88b9e
commit 89dc98f5aa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ASRCacLoad(GENmodel *inModel, CKTcircuit *ckt)
for (; model; model = model->ASRCnextModel) {
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
+ here->ASRCtc1 * difference
+ here->ASRCtc2 * difference * difference;