Conversation
add push instructions
Bugfixes from Develop
…n changed yet if macro RSDEBUG was not active
…genetics_merge Edit confilcts in Cell.cpp, Individual.cpp, Landscape.cpp, Main.cpp, Model.cpp, Model.h, Parameters.h, Population.cpp
…genetics_merge Edited conflicts in Model.cpp and Population.cpp manually (but there were actually no conflicts)
… anymore (still need to be tested for unix) RS_random_seed not defined but needed for R package
- issue: in some/rare cases individuals would jump to cell 0,0 during the SMS transfer process - fix: initial values for the new location (newX and newY) now set to -9 (cell is out of boundary) - additional: at the end of moveStep() function, the status is set to 2 for potential settlers; but this was also done for individuals dying during the current step (status==6 & dispersing == 0) -> added another condition
Co-authored-by: Théo Pannetier <theo.pannetier@abdn.ac.uk>
Co-authored-by: Théo Pannetier <theo.pannetier@abdn.ac.uk>
for stage structured models with repType > 0 and settlement not being stage or sex dependent, it would assign stage 0 + sex 1 the constant settlement parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everyting apart from Rinterface.cpp and Version.cpp/.h should be fine