source: tags/arb_5.3/GENOM/EXP_local.hxx

Last change on this file was 5675, checked in by westram, 15 years ago
  • removed automatic timestamps (the best they were good for, were vc-conflicts)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : EXP_local.hxx                                          //
4//    Purpose   :                                                        //
5//                                                                       //
6//                                                                       //
7//  Coded by Ralf Westram (coder@reallysoft.de) in September 2001        //
8//  Copyright Department of Microbiology (Technical University Munich)   //
9//                                                                       //
10//  Visit our web site at: http://www.arb-home.de/                       //
11//                                                                       //
12//                                                                       //
13//  ==================================================================== //
14
15#ifndef EXP_LOCAL_HXX
16#define EXP_LOCAL_HXX
17
18#ifndef ARB_ASSERT_H
19#include <arb_assert.h>
20#endif
21#define exp_assert(bed) arb_assert(bed)
22
23// contains the path to the experiment:  "organism_name;experiment_name"
24// writing this awar has no effect
25#define AWAR_COMBINED_EXPERIMENT_NAME "tmp/experiment/combined_name"
26
27// to create new experiments:
28#define AWAR_EXPERIMENT_DEST "tmp/experiment/dest"
29
30AW_window *EXP_create_experiment_window(AW_root *aw_root);
31void EXP_popup_experiment_window(AW_window *aww, AW_CL, AW_CL);
32
33#else
34#error EXP_local.hxx included twice
35#endif // EXP_LOCAL_HXX
36
Note: See TracBrowser for help on using the repository browser.