mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
test_keys.h
1 /* A command to ensure all table keys are defined in keys.txt */
2 
3 #ifndef TEST_KEYS_H_
4 #define TEST_KEYS_H_
5 
6 #include <string>
7 #include <iostream>
8 #include <sstream>
9 #include "datatypes.h"
10 #include "map_file.h"
11 #include "interface.h"
12 #include "typedef.h"
13 
18 int test_keys(int argc, char *argv[]);
22 #endif