postfix value = 0.0

This commit is contained in:
Robert Larice 2012-12-17 20:58:51 +01:00 committed by rlar
parent ec1ab0af88
commit ce058e5887
1 changed files with 1 additions and 1 deletions

View File

@ -84,8 +84,8 @@ ISRCload(GENmodel *inModel, CKTcircuit *ckt)
{
ISRCmodel *model = (ISRCmodel *) inModel;
ISRCinstance *here;
double value;
double time;
double value = 0.0;
/* loop through all the source models */
for( ; model != NULL; model = model->ISRCnextModel ) {