source: branches/profile/GDE/PHYLIP/dist.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: 968 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    dist.h: included in fitch, kitsch, & neighbor
9*/
10
11#define over            60
12
13
14typedef long *intvector;
15
16typedef node **pointptr;
17
18#ifndef OLDC
19/*function prototypes*/
20void alloctree(pointptr *, long);
21void allocd(long, pointptr);
22void allocw(long, pointptr);
23void setuptree(tree *, long);
24void inputdata(boolean, boolean, boolean, boolean, vector *, intvector *);
25void coordinates(node *, double, long *, double *, node *, boolean);
26void drawline(long, double, node *, boolean);
27void printree(node *, boolean, boolean, boolean);
28void treeoutr(node *, long *, tree *);
29void treeout(node *, long *, double, boolean, node *);
30/*function prototypes*/
31#endif
32
Note: See TracBrowser for help on using the repository browser.