CoreNEURON
|
#include <math.h>
#include <string.h>
#include "coreneuron/coreneuron.hpp"
#include "coreneuron/mpi/nrnmpi.h"
#include "coreneuron/mechanism/membfunc.hpp"
#include "coreneuron/permute/data_layout.hpp"
#include "coreneuron/utils/nrnoc_aux.hpp"
Go to the source code of this file.
Macros | |
#define | _STRIDE _cntml_padded + _iml |
THIS FILE IS AUTO GENERATED DONT MODIFY IT. More... | |
#define | nparm 5 |
#define | global_conci(type) nrn_ion_global_map[type][0] |
#define | global_conco(type) nrn_ion_global_map[type][1] |
#define | global_charge(type) nrn_ion_global_map[type][2] |
#define | VAL_SENTINAL -10000. |
#define _STRIDE _cntml_padded + _iml |
#define global_charge | ( | type | ) | nrn_ion_global_map[type][2] |
#define global_conci | ( | type | ) | nrn_ion_global_map[type][0] |
#define global_conco | ( | type | ) | nrn_ion_global_map[type][1] |
#define nparm 5 |
#define VAL_SENTINAL -10000. |