ARB
CT_def.hxx
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : CT_def.hxx //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in March 2012 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // ============================================================= //
11 
12 #ifndef CT_DEF_HXX
13 #define CT_DEF_HXX
14 
15 // debug flags
16 #if defined(DEBUG)
17 
18 // # define DUMP_PART_INIT // uncomment to show basic info about PARTs
19 // # define DUMP_PART_INSERTION // dump parts while inserted into "ntree"
20 // # define DUMP_PART_DISTANCE // dump parts involved in calculation of PART distance
21 
22 # if defined(DUMP_PART_INSERTION) || defined(DUMP_PART_DISTANCE)
23 # define NTREE_DEBUG_FUNCTIONS // debug function for NTREE
24 # endif
25 #endif // DEBUG
26 
27 #else
28 #error CT_def.hxx included twice
29 #endif // CT_DEF_HXX