NppClone/src/parameters.h

9 lines
112 B
C

#ifndef PARAMETERS_H
#define PARAMETERS_H
#define DEBUG_MODE 1
#define BIAS 1
#define NOBIAS (1-BIAS)
#endif