mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
simulate.h
1 #ifndef _SIMULATE_H_
2 #define _SIMULATE_H_
3 
4 #include "map_file.h"
5 #include "state.h"
6 #include "interface.h"
7 
8 
9 int simulate(int, char **);
10 
11 #endif