source: branches/port5/PARSIMONY/pars_main.hxx

Last change on this file was 5827, checked in by westram, 16 years ago
  • GBS_hash_do_loop() and GBS_hash_do_sorted_loop() now always take a 'client_data' param
  • fixed error handling in several functions
  • fixed memory leaks in GBS_merge_tagged_strings and GBS_string_eval_tagged_string
  • removed several globals
    • gbs_save_hash_strstruct
    • g_bs_merge_result, g_bs_merge_sub_result, g_bs_collect_tags_hash
    • gbs_scan_db_data
    • isits (parsimony)
    • st_delete_species_st_ml
  • global 'nt' → GLOBAL_NT
  • global_combineCount → AP_sequence::global_combineCount
  • filter params changed from AW_CL to adfiltercbstruct* where possible
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 177 bytes
Line 
1#define MIN_SEQUENCE_LENGTH     20
2
3extern struct NT_global {
4    AW_root *awr;
5    AWT_graphic_tree *tree;
6} *GLOBAL_NT;
7
8AWT_graphic_tree *PARS_generate_tree(AW_root *root);
9
Note: See TracBrowser for help on using the repository browser.