User Guide
modl.h File Reference

Legacy macro definitions from mod2c/nocmodl implementation. More...

Detailed Description

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.

Todo:
Add these bit masks as enum-flags and remove this legacy header

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
 

Macro Definition Documentation

◆ DERF

#define DERF   01000

bit masks for block types where integration method are used

Definition at line 23 of file modl.h.

◆ KINF

#define KINF   02000

Definition at line 24 of file modl.h.

◆ LINF

#define LINF   0200000

Definition at line 25 of file modl.h.

◆ NLINF

#define NLINF   04000

Definition at line 26 of file modl.h.