Browse Source

tclspice 0.2.7 import (hand craftet 2012)

Robert Larice 24 years ago
parent
commit
0a0b64d23f
  1. 4
      src/frontend/spiceif.h

4
src/frontend/spiceif.h

@ -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); bool if_tranparams(struct circ *ci, double *start, double *stop, double *step);
struct variable * if_getstat(void *ckt, char *name); struct variable * if_getstat(void *ckt, char *name);
#ifdef EXPERIMENTAL_CODE
void if_loadsnap(wordlist *wl);
void if_savesnap(wordlist *wl);
#endif
#endif #endif
Loading…
Cancel
Save