-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pops-core with new checks and mortality updates
- Loading branch information
1 parent
48d9d78
commit 39242a3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pops-core
updated
7 files
+8 −1 | include/pops/config.hpp | |
+1 −1 | include/pops/environment.hpp | |
+2 −2 | include/pops/environment_interface.hpp | |
+30 −17 | include/pops/host_pool.hpp | |
+44 −32 | include/pops/multi_host_pool.hpp | |
+7 −1 | include/pops/simulation.hpp | |
+91 −77 | tests/test_multi_host_model.cpp |