NEURON
equation.h
Go to the documentation of this file.
1
/* $Header$ */
2
/*
3
$Log$
4
Revision 1.1 2003/02/11 18:36:09 hines
5
Initial revision
6
7
Revision 1.1.1.1 2003/01/01 17:46:34 hines
8
NEURON -- Version 5.4 2002/12/23 from prospero as of 1-1-2003
9
10
Revision 1.1.1.1 2002/06/26 16:23:07 hines
11
NEURON 5.3 2002/06/04
12
13
* Revision 1.1.1.1 2001/01/01 20:30:35 hines
14
* preparation for general sparse matrix
15
*
16
* Revision 1.1.1.1 2000/03/09 13:55:34 hines
17
* almost working
18
*
19
* Revision 1.2 1994/10/26 17:24:59 hines
20
* access name changed to an explicit hoc_access and taken out of redef.h
21
*
22
* Revision 1.1.1.1 1994/10/12 17:22:02 hines
23
* NEURON 3.0 distribution
24
*
25
* Revision 1.1 91/10/11 11:12:26 hines
26
* Initial revision
27
*
28
* Revision 3.28 89/09/29 16:02:46 mlh
29
* need to use -1 as falg for unsigned variable
30
*
31
* Revision 2.0 89/07/07 11:30:34 mlh
32
* Preparation for newcable
33
*
34
* Revision 1.1 89/07/07 11:15:45 mlh
35
* Initial revision
36
*
37
*/
38
39
40
extern
int
hoc_do_equation
;
/* switch for determining access to dep vars */
41
extern
int
*
hoc_access
;
/* links to next accessed variables */
42
extern
int
hoc_var_access
;
/* variable number as pointer into access array */
43
extern
void
hoc_eqn_name
(
void
),
hoc_eqn_init
(
void
),
hoc_eqn_lhs
(
void
),
hoc_eqn_rhs
(
void
),
44
hoc_dep_make
(
void
);
hoc_dep_make
void hoc_dep_make(void)
Definition:
nonlin.cpp:21
hoc_eqn_init
void hoc_eqn_init(void)
hoc_eqn_name
void hoc_eqn_name(void)
hoc_var_access
int hoc_var_access
Definition:
nonlin.cpp:13
hoc_access
int * hoc_access
Definition:
nonlin.cpp:12
hoc_do_equation
int hoc_do_equation
Definition:
nonlin.cpp:11
hoc_eqn_lhs
void hoc_eqn_lhs(void)
hoc_eqn_rhs
void hoc_eqn_rhs(void)
src
oc
equation.h