Skip to content

Commit

Permalink
extra nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Milsted committed Jun 13, 2024
1 parent 25dceb4 commit 89ee7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeevolution_base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function integrate(tspan, df::F, x0,
recast!(dstate,dx)
df(t, state, dstate)
recast!(dx,dstate)
return nothing
end

fout_ = let fout = fout, state = state
Expand Down

0 comments on commit 89ee7fe

Please sign in to comment.