ARB
ga_local.h
Go to the documentation of this file.
1 // ============================================================ //
2 // //
3 // File : ga_local.h //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in July 2011 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // ============================================================ //
11 
12 #ifndef GA_LOCAL_H
13 #define GA_LOCAL_H
14 
15 #define ga_assert(cond) arb_assert(cond)
16 
17 #else
18 #error ga_local.h included twice
19 #endif // GA_LOCAL_H