PREDICTOR code works after addeing a varialbe previously removed during code cleaning.
This commit is contained in:
parent
8401f16c5a
commit
07b5fae7d8
|
|
@ -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) ){
|
||||
|
|
|
|||
Loading…
Reference in New Issue