source: trunk/GDE/MrBAYES/mrbayes_3.2.1/sumt.h

Last change on this file was 10416, checked in by aboeckma, 11 years ago

Added mr bayes (no menu yet)

File size: 425 bytes
Line 
1int      DoCompareTree (void);
2int      DoCompareTreeParm (char *parmName, char *tkn);
3int      DoSumt (void);
4int      DoSumtParm (char *parmName, char *tkn);
5int      DoSumtTree (void);
6int      DoSumtTreeParm (char *parmName, char *tkn);
7void     ResetTranslateTable (void);
8int              ShowConTree (FILE *fp, PolyTree *t, int screenWidth, int showSupport);
9void     ShowParts (FILE *fp, SafeLong *p, int nTaxaToShow);
Note: See TracBrowser for help on using the repository browser.