Skip to content

Commit bd6cdca

Browse files
committed
Fixed bug: undefined τ
1 parent 0a88e06 commit bd6cdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sspmprk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ end
340340
function perform_step!(integrator, cache::SSPMPRK22ConservativeCache, repeat_step = false)
341341
@unpack t, dt, uprev, u, f, p = integrator
342342
@unpack tmp, P, P2, σ, linsolve = cache
343-
@unpack a21, a10, a20, b10, b20, b21, s, small_constant = cache.tab
343+
@unpack a21, a10, a20, b10, b20, b21, s, τ, small_constant = cache.tab
344344

345345
# We use P2 to store the last evaluation of the PDS
346346
# as well as to store the system matrix of the linear system

0 commit comments

Comments
 (0)