comment on parse tree evaluation
This commit is contained in:
parent
c520a9a4b9
commit
d761ed9c79
|
|
@ -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…
Reference in New Issue