-
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 rounding for overpopulation movements
Update to PoPS Core with rounding for overpopulation movements.
- Loading branch information
1 parent
fe60f88
commit 4fa39f1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pops-core
updated
16 files
+8 −12 | include/pops/actions.hpp | |
+4 −2 | include/pops/deterministic_kernel.hpp | |
+12 −17 | include/pops/host_pool.hpp | |
+8 −7 | include/pops/network.hpp | |
+1 −1 | include/pops/pest_host_table.hpp | |
+15 −22 | include/pops/pest_pool.hpp | |
+4 −4 | include/pops/quarantine.hpp | |
+2 −2 | include/pops/radial_kernel.hpp | |
+71 −6 | include/pops/raster.hpp | |
+1 −1 | include/pops/soils.hpp | |
+23 −15 | include/pops/treatments.hpp | |
+1 −1 | tests/CMakeLists.txt | |
+4 −3 | tests/test_model.cpp | |
+9 −1 | tests/test_network.cpp | |
+1 −1 | tests/test_overpopulation_movements.cpp | |
+15 −2 | tests/test_raster.cpp |