diff --git a/src/spicelib/devices/cktaccept.c b/src/spicelib/devices/cktaccept.c index bf577aee1..558fc6b67 100644 --- a/src/spicelib/devices/cktaccept.c +++ b/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) ){