Skip to content

Commit

Permalink
fix bug [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Nov 4, 2024
1 parent 040974f commit 8d951a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrated/soil_canopy_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function SoilCanopyModel{FT}(;
)
soilco2 = soilco2_type(; soilco2_args..., drivers = soilco2_drivers)
args = (canopy, soil, soilco2)
return SoilCanopyModel{FT, typeof(args)...}(args...)
return SoilCanopyModel{FT, typeof.(args)...}(args...)
end

"""
Expand Down

0 comments on commit 8d951a8

Please sign in to comment.