1 #include <../../nrnconf.h>
9 static const char*
mechanism[] = {
"0",
"fastpas",
"g_fastpas",
"e_fastpas", 0, 0, 0};
23 #define v NODEV(vnode[i])
28 double** vdata = ml->
data;
34 for (
i = 0;
i < count; ++
i) {
42 double** vdata = ml->
data;
48 for (
i = 0;
i < count; ++
i) {
59 #if defined(__MWERKS__)
int nrn_get_mechtype(const char *mechname)
double * nrn_prop_data_alloc(int type, int count, Prop *p)
void register_mech(const char **, Pvmp, Pvmi, Pvmi, Pvmi, Pvmi, int, int)
void hoc_register_prop_size(int, int, int)
void(* Pvmi)(struct NrnThread *, Memb_list *, int)
static void pas_alloc(Prop *p)
static void pas_cur(NrnThread *nt, Memb_list *ml, int type)
static void pas_jacob(NrnThread *nt, Memb_list *ml, int type)
static const char * mechanism[]
Represent main neuron object computed by single thread.