itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
__debug_level.h
1 
7 #ifndef SCI_DEBUG_LEV_H
8 #define SCI_DEBUG_LEV_H
9 
10 #ifdef _DEBUG
11 #define DEBUG_LEVEL 1
12 #else
13 #define DEBUG_LEVEL 0
14 #endif
15 
16 #endif
17