// ============================================================ //
//                                                              //
//   File      : ga_local.h                                     //
//   Purpose   :                                                //
//                                                              //
//   Coded by Ralf Westram (coder@reallysoft.de) in July 2011   //
//   Institute of Microbiology (Technical University Munich)    //
//   http://www.arb-home.de/                                    //
//                                                              //
// ============================================================ //

#ifndef GA_LOCAL_H
#define GA_LOCAL_H

#define ga_assert(cond) arb_assert(cond)

#else
#error ga_local.h included twice
#endif // GA_LOCAL_H
