-
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.
- Loading branch information
1 parent
c6c5ff5
commit 1523894
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pops-core
updated
19 files
+13 −0 | .github/workflows/valgrind.yml | |
+1 −1 | CMakeLists.txt | |
+85 −8 | include/pops/competency_table.hpp | |
+135 −17 | include/pops/config.hpp | |
+27 −1 | include/pops/environment.hpp | |
+18 −0 | include/pops/environment_interface.hpp | |
+70 −19 | include/pops/host_pool.hpp | |
+3 −1 | include/pops/host_pool_interface.hpp | |
+6 −5 | include/pops/model.hpp | |
+5 −5 | include/pops/multi_host_pool.hpp | |
+121 −0 | include/pops/pest_host_table.hpp | |
+0 −81 | include/pops/pest_host_use_table.hpp | |
+11 −0 | include/pops/pest_pool.hpp | |
+11 −2 | include/pops/simulation.hpp | |
+6 −1 | include/pops/utils.hpp | |
+7 −6 | tests/CMakeLists.txt | |
+2 −2 | tests/test_competency_table.cpp | |
+0 −1 | tests/test_model.cpp | |
+250 −47 | tests/test_multi_host_model.cpp |