PREDICTOR code works after addeing a varialbe previously removed during code cleaning.

This commit is contained in:
pnenzi 2001-04-25 18:22:20 +00:00
parent 8401f16c5a
commit 07b5fae7d8
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ CKTaccept(CKTcircuit *ckt)
int error;
SPICEdev **devs;
#ifdef PREDICTOR
double *temp;
int size;
#endif
devs = devices();
for (i = 0; i < DEVmaxnum; i++) {
if ( ((*devs[i]).DEVaccept != NULL) && (ckt->CKThead[i] != NULL) ){