Bayeux  3.4.1
Core Foundation library for SuperNEMO
emfield_config.h
Go to the documentation of this file.
1 
3 #ifndef EMFIELD_EMFIELD_CONFIG_H
4 #define EMFIELD_EMFIELD_CONFIG_H 1
5 
6 /*** emfield debug flag ***/
7 #define EMFIELD_WITH_DEBUG 0
8 
9 /*** emfield embedded CAMP-based reflection ***/
10 //#define EMFIELD_WITH_REFLECTION 0
11 
12 /*** emfield with Gnuplot display ***/
13 #define EMFIELD_WITH_GNUPLOT_DISPLAY 0
14 
15 #endif // EMFIELD_EMFIELD_CONFIG_H
16 
17 // Local Variables: --
18 // mode: c++ --
19 // c-file-style: "gnu" --
20 // tab-width: 2 --
21 // End: --