diff --git a/src/spicelib/devices/asrc/asrcload.c b/src/spicelib/devices/asrc/asrcload.c index 35bb5b152..69d69def8 100644 --- a/src/spicelib/devices/asrc/asrcload.c +++ b/src/spicelib/devices/asrc/asrcload.c @@ -17,7 +17,13 @@ double *asrc_derivs = NULL; /* actually load the current voltage value into the * sparse matrix previously provided - */ + + * Evaluate the B-source parse tree (example: exp function): + * ASRCload asrcload.c + * IFeval ifeval.c + * PTeval ifeval.c + * PTexp ptfuncs.c +*/ int ASRCload(GENmodel *inModel, CKTcircuit *ckt)