Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move code from fwdpy11 namespace to core lib (non-public) #1116

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion cpp/discrete_demography/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//
#include <pybind11/pybind11.h>
#include <fwdpy11/discrete_demography/exceptions.hpp>
#include <fwdpy11/discrete_demography/constants.hpp>

namespace py = pybind11;

Expand Down
1 change: 0 additions & 1 deletion cpptests/test_evolvets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "forward_demes_graph_fixtures.hpp"
#include "fwdpp/ts/simplification/simplification.hpp"
#include "fwdpy11/discrete_demography/exceptions.hpp"
#include "fwdpy11/discrete_demography/simulation/functions.hpp"

/* Tests needed
*
Expand Down
35 changes: 0 additions & 35 deletions fwdpy11/headers/fwdpy11/discrete_demography/constants.hpp

This file was deleted.

This file was deleted.

This file was deleted.

71 changes: 0 additions & 71 deletions fwdpy11/headers/fwdpy11/discrete_demography/simulation/detail.hpp

This file was deleted.

133 changes: 0 additions & 133 deletions fwdpy11/headers/fwdpy11/discrete_demography/simulation/functions.hpp

This file was deleted.