Skip to content

Commit

Permalink
Dispatch transition_cov_cholf_precond_1d on the passed type
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Oct 31, 2023
1 parent 1e3b166 commit a3323c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iwp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function transition_cov_cholf_1d(ndiff::Integer, dt::T, ::ReverseTaylor) where {
end


function transition_cov_cholf_precond_1d(ndiff::Integer, T, ::ReverseTaylor)
function transition_cov_cholf_precond_1d(ndiff::Integer, ::Type{T}, ::ReverseTaylor) where {T}
L = zeros(T, ndiff + one(ndiff), ndiff + one(ndiff))
@simd ivdep for n = 0:ndiff
@simd ivdep for m = 0:ndiff
Expand Down

0 comments on commit a3323c3

Please sign in to comment.