-
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.
Update to PoPS Core with rounding for treatments. For now, this does not update the values in the tests.
- Loading branch information
1 parent
fe60f88
commit c524bb6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pops-core
updated
16 files
+8 −11 | include/pops/actions.hpp | |
+4 −2 | include/pops/deterministic_kernel.hpp | |
+16 −21 | include/pops/host_pool.hpp | |
+2 −2 | 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 | |
+17 −16 | include/pops/treatments.hpp | |
+1 −1 | tests/CMakeLists.txt | |
+8 −5 | tests/test_model.cpp | |
+2 −1 | tests/test_overpopulation_movements.cpp | |
+15 −2 | tests/test_raster.cpp | |
+9 −16 | tests/test_treatments.cpp |