source: branches/ali/GDE/PHYML20130708/phyml/src/help.h

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

added most recent version of phyml

File size: 477 bytes
Line 
1/*
2
3PhyML:  a program that  computes maximum likelihood phylogenies from
4DNA or AA homologous sequences.
5
6Copyright (C) Stephane Guindon. Oct 2003 onward.
7
8All parts of the source except where indicated are distributed under
9the GNU public licence. See http://www.opensource.org for details.
10
11*/
12
13#include <config.h>
14
15#ifndef OPTIONS_H
16#define OPTIONS_H
17
18#include "utilities.h"
19#include "cl.h"
20#include "models.h"
21#include "free.h"
22#include "interface.h"
23
24void Usage();
25#endif
Note: See TracBrowser for help on using the repository browser.