diff --git a/src/spicelib/devices/asrc/asrcpzld.c b/src/spicelib/devices/asrc/asrcpzld.c index 027488fbe..05bd4eba8 100644 --- a/src/spicelib/devices/asrc/asrcpzld.c +++ b/src/spicelib/devices/asrc/asrcpzld.c @@ -40,6 +40,7 @@ ASRCpzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s) j = 0; +/* fixme thats part of load or setup or ... */ /* Get the function evaluated and the derivatives too */ i = here->ASRCtree->numVars; if (asrc_nvals < i) { @@ -62,6 +63,7 @@ ASRCpzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s) asrc_vals[i] = *(ckt->CKTrhsOld + node_num); } +/* FIXME need to fix this too */ if (here->ASRCtree->IFeval(here->ASRCtree, ckt->CKTgmin, &value, asrc_vals, asrc_derivs) != OK) return(E_BADPARM);