mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
mapgd_help.h
1 #ifndef _MAPGD_HELP_H_
2 #define _MAPGD_HELP_H_
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 
7 #include <iostream>
8 #include <iomanip>
9 
10 #include "interface.h"
11 #include "map_file.h"
12 
13 int mapgd_help(int, char **);
14 
15 #endif