mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
mpi_relatedness.h
1 #ifndef _MPI_RELATEDNESS_H_
2 #define _MPI_RELATEDNESS_H_
3 
4 #include <mpi.h>
5 
6 #include "relatedness.h"
7 
8 int estimateRel(int argc, char *argv[]);
9 
10 #endif
11