Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
demography.hpp
1// Copyright 2021 Arnaud Becheler <abechele@umich.edu>
2
3/*********************************************************************** * This program is free software; you can
4 *redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
5 *Software Foundation; either version 2 of the License, or * (at your option) any later version. *
6 * *
7 ***************************************************************************/
8
9#include "demography/History.hpp"
10#include "demography/dispersal_kernel.hpp"
11#include "demography/memory_policy.hpp"
12
13namespace quetzal
14{
18namespace demography
19{
23namespace dispersal_kernel
24{
25}
29namespace demographic_policy
30{
31}
35namespace memory_policy
36{
37}
38} // namespace demography
39} // namespace quetzal
Simulation of coalescence-based models of molecular evolution.
Definition coalescence.hpp:21