mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
Main Page
Related Pages
Modules
Data Structures
Files
File List
All
Data Structures
Functions
Variables
Friends
Groups
Pages
mapgd_0.4
commands
fastview.h
1
#ifndef _FASTVIEW_H_
2
#define _FASTVIEW_H_
3
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <ctype.h>
7
#include <string.h>
8
#include <math.h>
9
#include <vector>
10
#include <iostream>
11
#include <fstream>
12
13
#include "interface.h"
14
#include "stream_tools.h"
15
#include "map_file.h"
16
#include "locus.h"
17
#include "sample_name.h"
18
#include "bcf2pro_file.h"
19
20
#define SQRT2 1.41421356237
21
25
int
fastview(
int
argc,
char
*argv[]);
28
#endif
Generated on Mon Oct 1 2018 13:55:19 for mapgd by
1.8.6