//  ==================================================================== //
//                                                                       //
//    File      : EXP_local.hxx                                          //
//    Purpose   :                                                        //
//                                                                       //
//                                                                       //
//  Coded by Ralf Westram (coder@reallysoft.de) in September 2001        //
//  Copyright Department of Microbiology (Technical University Munich)   //
//                                                                       //
//  Visit our web site at: http://www.arb-home.de/                       //
//                                                                       //
//                                                                       //
//  ==================================================================== //

#ifndef EXP_LOCAL_HXX
#define EXP_LOCAL_HXX

#ifndef EXP_HXX
#include <EXP.hxx>
#endif

#define exp_assert(bed) arb_assert(bed)

// contains the path to the experiment:  "organism_name;experiment_name"
// writing this awar has no effect
#define AWAR_COMBINED_EXPERIMENT_NAME "tmp/experiment/combined_name"

void EXP_popup_experiment_window(AW_root *aw_root, GBDATA *gb_main);

#else
#error EXP_local.hxx included twice
#endif // EXP_LOCAL_HXX

