Skip to content

Commit a0eae4b

Browse files
Update lib/OrdinaryDiffEqStabilizedRK/src/rkc_perform_step.jl
1 parent c8e16c4 commit a0eae4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/OrdinaryDiffEqStabilizedRK/src/rkc_perform_step.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ end
313313
@.. broadcast=false uᵢ₋₁=uprev + (dt * recf[ccache.start]) * fsalfirst
314314
ccache.mdeg < 2 && (@.. broadcast=false u=uᵢ₋₁)
315315
# for the second to the ccache.mdeg th stages
316-
@show ccache.mdeg
317316
for i in 2:(ccache.mdeg)
318317
μ, κ = recf[ccache.start + (i - 2) * 2 + 1], recf[ccache.start + (i - 2) * 2 + 2]
319318
ν = -1 - κ

0 commit comments

Comments
 (0)