From ddd6d5911c2dfb9f9ff004029f2897e88050e397 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 8 Oct 2010 18:00:11 +0000 Subject: [PATCH] EVTfindvec() prototyp --- ChangeLog | 4 ++++ src/include/evtproto.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b2c0fd77..b644b041a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 : diff --git a/src/include/evtproto.h b/src/include/evtproto.h index 104814472..e8984db57 100755 --- a/src/include/evtproto.h +++ b/src/include/evtproto.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 */