25 double nrn_ghk(
double,
double,
double,
double);
31 #define nlayer (nrn_nlayer_extracellular)
33 std::vector<neuron::container::data_handle<double>>
param{};
52 #define NODEA(n) _nrn_mechanism_access_a(n)
53 #define NODEB(n) _nrn_mechanism_access_b(n)
54 #define NODED(n) _nrn_mechanism_access_d(n)
55 #define NODERHS(n) _nrn_mechanism_access_rhs(n)
60 #define NODEV(n) _nrn_mechanism_access_voltage(n)
double nrn_ghk(double, double, double, double)
int nrn_nlayer_extracellular
Datum * nrn_prop_datum_alloc(int type, int count, Prop *p)
neuron::container::non_owning_identifier_without_container _nrn_get_prop_id(Prop *)
std::vector< neuron::container::data_handle< double > > param
A point process is computed just like regular mechanisms.
Non-template stable handle to a generic value.
A non-owning permutation-stable identifier for an entry in a container.