Skip to content

Commit

Permalink
Repair unused typevar in ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Espeer5 committed Feb 5, 2025
1 parent 3ce630d commit 1308a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/CreateParametersExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ BeerLambertParameters(::Type{FT}; kwargs...) where {FT <: AbstractFloat} =
function BeerLambertParameters(
toml_dict::CP.AbstractTOMLDict;
G_Function = ConstantGFunction(CP.float_type(toml_dict)(0.5)),
ρ_leaf = (0.1, 0.4),
ρ_leaf::F = (0.1, 0.4),
Ω = 1,
kwargs...,
) where {F}
Expand Down
2 changes: 1 addition & 1 deletion src/standalone/Vegetation/ground_drivers.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using StaticArrays
export AbstractGroundConditions,
PrescribedGroundConditions, ground_albedo_NIR, ground_albedo
PrescribedGroundConditions, ground_albedo

"""
An abstract type of ground conditions for the canopy model;
Expand Down

0 comments on commit 1308a56

Please sign in to comment.