|
|
|
@ -294,7 +294,7 @@ ISRCload(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
value = *(here->ISRCcoeffs + 1) ; |
|
|
|
break; |
|
|
|
} |
|
|
|
for(i=0;i<=(here->ISRCfunctionOrder/2)-1;i++) { |
|
|
|
for(i=0; i < (here->ISRCfunctionOrder / 2) - 1; i++) { |
|
|
|
if((*(here->ISRCcoeffs+2*i)==time)) { |
|
|
|
value = *(here->ISRCcoeffs+2*i+1); |
|
|
|
goto loadDone; |
|
|
|
|