source: tags/initial/PARSIMONY/pars_main.hxx

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 247 bytes
Line 
1
2#define MIN_SEQUENCE_LENGTH     20
3
4extern struct NT_global {
5        AW_root *awr;
6        AWT_graphic_tree *tree;
7        } * nt;
8
9AWT_graphic *PARS_generate_tree( AW_root *root );
10
11extern AW_CL pars_global_filter;
12extern long global_combineCount;
Note: See TracBrowser for help on using the repository browser.