Skip to content

Commit

Permalink
Fix MagnusGauss4Cache
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Aug 18, 2023
1 parent 635c5c4 commit 5141a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perform_step/linear_perform_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ end
function perform_step!(integrator, cache::MagnusGauss4Cache, repeat_step = false)
@unpack t, dt, uprev, u, p = integrator
alg = unwrap_alg(integrator, nothing)
@unpack W, k, tmp = cache
@unpack W, k, tmp, exp_cache = cache
mass_matrix = integrator.f.mass_matrix
exp_method = ExpMethodGeneric()

Expand Down

0 comments on commit 5141a0e

Please sign in to comment.