tclspice 0.2.7 import (hand craftet 2012)
This commit is contained in:
parent
add5a573f2
commit
0a0b64d23f
|
|
@ -18,6 +18,10 @@ int if_analQbyName(void *ckt, int which, void *anal, char *name, IFvalue *parm)
|
|||
bool if_tranparams(struct circ *ci, double *start, double *stop, double *step);
|
||||
struct variable * if_getstat(void *ckt, char *name);
|
||||
|
||||
#ifdef EXPERIMENTAL_CODE
|
||||
void if_loadsnap(wordlist *wl);
|
||||
void if_savesnap(wordlist *wl);
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue