User Guide
|
Legacy macro definitions from mod2c/nocmodl implementation. More...
Legacy macro definitions from mod2c/nocmodl implementation.
Original implementation of NMODL use various flags to help code generation. These flags are implemented as bit masks which are later used during code printing. We are using ast and hence don't need all bit masks.
Definition in file modl.h.
Go to the source code of this file.
Macros | |
#define | DERF 01000 |
bit masks for block types where integration method are used More... | |
#define | KINF 02000 |
#define | LINF 0200000 |
#define | NLINF 04000 |
#define DERF 01000 |