Skip to content
Snippets Groups Projects
Commit 205dfa39 authored by Marco Matthies's avatar Marco Matthies
Browse files

Add comment

parent d8f47ad5
No related branches found
No related tags found
No related merge requests found
......@@ -821,6 +821,8 @@ function sow!(cs::CropState, model::SimulationModel, cropname::String)
cs.croptype = model.crops[cropname]
setphase!(cs, sow, model)
cs.mature = false
# TODO: is this correct to remove all events? this would
# e.g. remove fertilising event?
empty!(cs.events)
# cs.vegddegs = 0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment