Browse Source

comment on parse tree evaluation

pre-master-46
Holger Vogt 6 years ago
parent
commit
d761ed9c79
  1. 8
      src/spicelib/devices/asrc/asrcload.c

8
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)

Loading…
Cancel
Save