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

Remove commented-out code

parent c08aa148
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ mutable struct AquaCropState
function AquaCropState(croptype::AquaCropType, height::Length{Float64}=0.0cm)
ac_parentdir = AquaCrop.test_toml_dir # TODO: hardcoded croptype
ac_runtype = :Julia
# cropstate = AquaCrop.AquaCropField(ac_parentdir, ac_runtype)
cropstate, allok = AquaCrop.initialize_cropfield(ac_parentdir, ac_runtype)
if ! allok.logi
error("AquaCrop.initialize_cropfield() failed, status = $allok")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment