comment on parse tree evaluation

This commit is contained in:
Holger Vogt 2020-04-23 21:06:34 +02:00
parent c520a9a4b9
commit d761ed9c79
1 changed files with 7 additions and 1 deletions

View File

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