source: branches/profile/GDE/PHYLIP/dollo.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: 1018 bytes
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   dollo.h: included in dollop, dolmove & dolpenny
9*/
10
11#ifndef OLDC
12/* function prototypes */
13void   correct(node *, long, boolean, bitptr, pointptr);
14void   fillin(node *);
15void   postorder(node *);
16void   count(long *, bitptr, steptr, steptr);
17void   filltrav(node *);
18void   hyprint(struct htrav_vars *, boolean *, bitptr, Char *);
19void   hyptrav(node *, boolean *, bitptr, long, boolean, Char *, pointptr,
20                gbit *, bitptr, bitptr);
21void   hypstates(long, boolean, Char *, pointptr, node *, gbit *,
22                bitptr, bitptr);
23void   drawline(long, double, node *);
24void   printree(double, boolean, node *);
25void   writesteps(boolean, boolean, steptr);
26/* function prototypes */
27#endif
28
Note: See TracBrowser for help on using the repository browser.