EVTfindvec() prototyp
This commit is contained in:
parent
8db45f4205
commit
ddd6d5911c
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-08 Robert Larice
|
||||
* src/include/evtproto.h :
|
||||
EVTfindvec() prototyp
|
||||
|
||||
2010-10-08 Robert Larice
|
||||
* src/include/cktdefs.h ,
|
||||
* src/spicelib/analysis/ckt.h :
|
||||
|
|
|
|||
|
|
@ -121,4 +121,6 @@ void EVTaccept(
|
|||
CKTcircuit *ckt, /* main circuit struct */
|
||||
double time); /* time at which analog soln was accepted */
|
||||
|
||||
struct dvec *EVTfindvec(char *node);
|
||||
|
||||
#endif /* EVTPROTO_HEADER */
|
||||
|
|
|
|||
Loading…
Reference in New Issue