phylopomp
Phylodynamics for POMPs
Loading...
Searching...
No Matches
mers.cc File Reference
#include "master.h"
#include "popul_proc.h"
#include "generics.h"
#include "internal.h"
Include dependency graph for mers.cc:

Go to the source code of this file.

Data Structures

struct  mers_state_t
 MERS process state. More...
 
struct  mers_parameters_t
 MERS process parameters. More...
 

Typedefs

using mers_proc_t = popul_proc_t<mers_state_t,mers_parameters_t,12>
 
using mers_genealogy_t = master_t<mers_proc_t,2>
 

Variables

static const int camel = 1
 
static const int human = 2
 

Typedef Documentation

◆ mers_genealogy_t

Definition at line 39 of file mers.cc.

◆ mers_proc_t

Definition at line 38 of file mers.cc.

Variable Documentation

◆ camel

const int camel = 1
static

Definition at line 7 of file mers.cc.

◆ human

const int human = 2
static

Definition at line 8 of file mers.cc.