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

Fix for AquaCrop sow!

parent eda47b9e
Branches master
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ function sow!(cs::CropState, model::SimulationModel, cropname::String)
cs.croptype = new_croptype
# cs.soiltype stays the way it is
cs.cropstate = make_aquacrop_cropfield(cs.croptype, model, soiltype)
cs.cropstate = make_aquacrop_cropfield(cs.croptype, model, cs.soiltype)
end
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment