From 60caddad9b9baf07ced281f65eabd512576d46b1 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:48:32 +0100 Subject: [PATCH] Fix docstring --- src/crop/cropmodels.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crop/cropmodels.jl b/src/crop/cropmodels.jl index daabf5f..153eb39 100644 --- a/src/crop/cropmodels.jl +++ b/src/crop/cropmodels.jl @@ -6,7 +6,7 @@ using StatsBase: mode """ - initfields!(cropmodel, cropfile, growthfile) + initcropmodel(cropmodel, cropdirectory) Initialise the crop model. Returns the crop types available in the simulation, as well as the types `Tcroptype` and `Tcropstate`. -- GitLab