Browse Source

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

pre-master-46
pnenzi 25 years ago
parent
commit
07b5fae7d8
  1. 5
      src/spicelib/devices/cktaccept.c

5
src/spicelib/devices/cktaccept.c

@ -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…
Cancel
Save