source: tags/arb-6.0/DIST/dist.hxx

Last change on this file was 6490, checked in by westram, 14 years ago
  • moved a few types to arbdb_base.h
  • only use arbdb_base.h or arbdb.h where possible
  • global included cleanup
  • added MBI headers to many files
  • moved SQ_ambiguities.SQ_count_ambiguities() to separate object
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 814 bytes
Line 
1// =========================================================== //
2//                                                             //
3//   File      : dist.hxx                                      //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef DIST_HXX
12#define DIST_HXX
13
14#ifndef ARBDB_BASE_H
15#include <arbdb_base.h>
16#endif
17
18
19#define di_assert(cond) arb_assert(cond)
20
21extern GBDATA *GLOBAL_gb_main;
22
23#else
24#error dist.hxx included twice
25#endif // DIST_HXX
Note: See TracBrowser for help on using the repository browser.