From 5b47aa938f2d43408dfc47732858ddccb682b8c2 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:47:29 +0200 Subject: [PATCH] SimpleCrop: fix docstring --- src/crop/simplecrop.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crop/simplecrop.jl b/src/crop/simplecrop.jl index 348d944..bc4f11d 100644 --- a/src/crop/simplecrop.jl +++ b/src/crop/simplecrop.jl @@ -43,7 +43,7 @@ cropyield(cs::CropState) = 0.0 # TODO: units? isharvestable(cs::CropState) = true """ - stepagent!(farmplot, model) + stepagent!(cropstate, model) Update a crop state by one day. """ -- GitLab