Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal.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// Header file including all coalescence module
10
11#include "coalescence.hpp"
12#include "demography.hpp"
13#include "expressive.hpp"
14#include "geography.hpp"
15#include "io.hpp"
16#include "mutation.hpp"
17#include "polymorphism.hpp"
18#include "sampling.hpp"
19#include "simulator.hpp"
20// #include "units.hpp"
21#include "utils.hpp"
22#include "version.hpp"
23
27namespace quetzal
28{
29}
Simulation of coalescence-based models of molecular evolution.
Definition coalescence.hpp:21