Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrea committed Nov 20, 2018
1 parent f8cca9a commit ab8b9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernels/mat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Matern(ν::Real, ll::Real, lσ::Real)
return kern
end

function Matern::Real, ll::Vector{Real}, lσ::Real)
function Matern::Real, ll::Vector{<:Real}, lσ::Real)
if ν==1/2
kern = Mat12Ard(ll, lσ)
elseif ν==3/2
Expand Down

0 comments on commit ab8b9fe

Please sign in to comment.