source: tags/arb-6.0/GDE/PHYLIP/cont.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: 629 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    cont.h: included in contml & contrast
9*/
10
11#ifndef OLDC
12/*function prototypes*/
13void alloctree(pointarray *, long);
14void setuptree(tree *, long);
15void allocview(tree *, long, long);
16void freeview(tree *, long);
17void standev2(long, long, long, long, double, double *, double **, longer);
18/*function prototypes*/
19#endif
Note: See TracBrowser for help on using the repository browser.