source: tags/arb-6.0/CONSENSUS_TREE/CT_def.hxx

Last change on this file was 12267, checked in by westram, 10 years ago
File size: 946 bytes
Line 
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#define NTREE_DEBUG_FUNCTIONS // debug function for NTREE
18// #define DUMP_PART_INIT
19// #define DUMP_PART_INSERTION
20#endif // DEBUG
21
22#else
23#error CT_def.hxx included twice
24#endif // CT_DEF_HXX
Note: See TracBrowser for help on using the repository browser.