source: tags/cvs_2_svn/PARSIMONY/pars_main.hxx

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 232 bytes
Line 
1#define MIN_SEQUENCE_LENGTH     20
2
3extern struct NT_global {
4    AW_root *awr;
5    AWT_graphic_tree *tree;
6} * nt;
7
8AWT_graphic *PARS_generate_tree(AW_root *root);
9
10extern AW_CL pars_global_filter;
11extern long global_combineCount;
Note: See TracBrowser for help on using the repository browser.