postfix value = 0.0
This commit is contained in:
parent
ec1ab0af88
commit
ce058e5887
|
|
@ -84,8 +84,8 @@ ISRCload(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
{
|
{
|
||||||
ISRCmodel *model = (ISRCmodel *) inModel;
|
ISRCmodel *model = (ISRCmodel *) inModel;
|
||||||
ISRCinstance *here;
|
ISRCinstance *here;
|
||||||
double value;
|
|
||||||
double time;
|
double time;
|
||||||
|
double value = 0.0;
|
||||||
|
|
||||||
/* loop through all the source models */
|
/* loop through all the source models */
|
||||||
for( ; model != NULL; model = model->ISRCnextModel ) {
|
for( ; model != NULL; model = model->ISRCnextModel ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue