Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 7, 2024
1 parent afec268 commit cde7a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/Vegetation/solar_induced_fluorescence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cde7a05

Please sign in to comment.