source: branches/stable/SL/GUI_ALIVIEW/ga_local.h

Last change on this file was 7801, checked in by westram, 13 years ago

merge from dev [7710]

  • resolve some nesting in library dependencies
    • allows unit tests in GENOM and GENOM_IMPORT
File size: 812 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.