Skip to content

Commit

Permalink
Revert "fix formatting"
Browse files Browse the repository at this point in the history
This reverts commit 7b3de46.
  • Loading branch information
thazhemadam committed Apr 8, 2024
1 parent 7b3de46 commit 1a4dcbc
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 1a4dcbc

Please sign in to comment.