From cde7a05b00a62a294dd64f683df906d6b484b34e Mon Sep 17 00:00:00 2001 From: Alexis Renchon Date: Wed, 7 Aug 2024 11:21:15 -0700 Subject: [PATCH] WIP --- src/standalone/Vegetation/solar_induced_fluorescence.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standalone/Vegetation/solar_induced_fluorescence.jl b/src/standalone/Vegetation/solar_induced_fluorescence.jl index b1454fdd4b..3d6a4c3a0d 100644 --- a/src/standalone/Vegetation/solar_induced_fluorescence.jl +++ b/src/standalone/Vegetation/solar_induced_fluorescence.jl @@ -37,7 +37,7 @@ struct Lee2015SIFModel{FT, SP <: SIFParameters{FT}} <: AbstractSIFModel{FT} end function Lee2015SIFModel{FT}( - parameters = SIFParameters{FT}, + parameters::SIFParameters{FT}, ) where {FT <: AbstractFloat} return Lee2015SIFModel{eltype(parameters), typeof(parameters)}(parameters) end