From 205dfa396627bc553b645fe0ead3c79ce6d445e3 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:40:40 +0100 Subject: [PATCH] Add comment --- src/crop/almass.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crop/almass.jl b/src/crop/almass.jl index 85e69dc..8c215c9 100644 --- a/src/crop/almass.jl +++ b/src/crop/almass.jl @@ -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 -- GitLab