source: tags/arb-6.0/GDE/PHYLIP/wagner.h

Last change on this file was 2175, checked in by westram, 20 years ago

upgrade to PHYLIP 3.6

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1
2/* version 3.6. (c) Copyright 1993-2000 by the University of Washington.
3   Written by Joseph Felsenstein, Akiko Fuseki, Sean Lamont, and Andrew Keeffe.
4   Permission is granted to copy and use this program provided no fee is
5   charged for it and provided that this copyright notice is not removed. */
6
7/*
8  wagner.h: included in move, mix & penny
9*/
10
11#ifndef OLDC
12/* function prototypes */
13void   inputmixture(bitptr);
14void   inputmixturenew(bitptr);
15void   printmixture(FILE *, bitptr);
16void   fillin(node2 *,long, boolean, bitptr, bitptr);
17void   count(long *, bitptr, steptr, steptr);
18void   postorder(node2 *, long, boolean, bitptr, bitptr);
19void   cpostorder(node2 *, boolean, bitptr, steptr, steptr);
20void   filltrav(node2 *, long, boolean, bitptr, bitptr);
21void   hyprint(struct htrav_vars2 *,boolean,boolean,boolean,bitptr,Char *);
22void   hyptrav(node2 *, boolean, bitptr, long, boolean, boolean, bitptr,
23                bitptr, bitptr, pointptr2, Char *, gbit *);
24void   hypstates(long, boolean, boolean, boolean, node2 *, bitptr, bitptr,
25                bitptr, pointptr2, Char *, gbit *);
26
27void   drawline(long, double, node2 *);
28void   printree(boolean, boolean, boolean, node2 *);
29void   writesteps(boolean, steptr);
30/* function prototypes */
31#endif
32
Note: See TracBrowser for help on using the repository browser.