Go to the source code of this file.
|
| coreneuron |
| THIS FILE IS AUTO GENERATED DONT MODIFY IT.
|
|
|
#define | CNRN_FLAT_INDEX_IML_ROW(i) ((i) * (_cntml_padded) + (_iml)) |
|
#define | _threadargscomma_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v, |
|
#define | _threadargsprotocomma_ |
|
#define | _threadargs_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v |
|
#define | _threadargsproto_ |
|
◆ _threadargs_
#define _threadargs_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v |
◆ _threadargscomma_
#define _threadargscomma_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v, |
◆ _threadargsproto_
#define _threadargsproto_ |
Value: int _iml,
int _cntml_padded,
double *_p,
Datum *_ppvar, ThreadDatum *_thread,
NrnThread *_nt, \
Memb_list *_ml, double _v
Represent main neuron object computed by single thread.
Non-template stable handle to a generic value.
Definition at line 24 of file mod2c_core_thread.hpp.
◆ _threadargsprotocomma_
#define _threadargsprotocomma_ |
◆ CNRN_FLAT_INDEX_IML_ROW
#define CNRN_FLAT_INDEX_IML_ROW |
( |
|
i | ) |
((i) * (_cntml_padded) + (_iml)) |