NEURON
spinit.cpp
Go to the documentation of this file.
1
#include <../../nrnconf.h>
2
/* /local/src/master/nrn/src/oc/spinit.cpp,v 1.1.1.1 1994/10/12 17:22:14 hines Exp */
3
/*
4
spinit.cpp,v
5
* Revision 1.1.1.1 1994/10/12 17:22:14 hines
6
* NEURON 3.0 distribution
7
*
8
* Revision 2.64 1993/11/04 15:58:42 hines
9
* forgot to checkin last time
10
*
11
* Revision 2.16 1993/01/22 17:34:22 hines
12
* ocmodl, ivmodl working both for shared and static libraries
13
*
14
* Revision 1.2 92/08/12 11:56:33 hines
15
* hoc_fake_ret() allows calls to functions that do a ret(). These functions
16
* can have no arguments and the caller must pop the stack and deal with
17
* hoc_returning.
18
* This was done so init... could be called both from hoc_spinit and from
19
* hoc.
20
* last function called by hoc_spinit in hocusr.cpp is hoc_last_init()
21
*
22
* Revision 1.1 91/10/11 11:12:18 hines
23
* Initial revision
24
*
25
* Revision 2.0 89/07/07 11:33:01 mlh
26
* Preparation for newcable
27
*
28
* Revision 1.1 89/07/07 11:17:43 mlh
29
* Initial revision
30
*
31
*/
32
33
34
extern
"C"
void
hoc_spinit
(
void
)
/* Dummy special init */
35
{}
hoc_spinit
void hoc_spinit(void)
Definition:
spinit.cpp:34
src
oc
spinit.cpp