Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed Apr 8, 2024
1 parent 1f310cb commit 7b3de46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krylov_phiv_adaptive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ intuitive interface (vector `b` instead of a n-by-1 matrix `B`).
arXiv:0907.4631.
"""
function expv_timestep(ts::Vector{tType},
A, b; kwargs...) where {tType <: Real}
A, b; kwargs...) where {tType <: Real}
U = similar(b, size(A, 1), length(ts))
expv_timestep!(U, ts, A, b; kwargs...)
end
Expand Down

0 comments on commit 7b3de46

Please sign in to comment.