Skip to content

Commit c619522

Browse files
Dedup
1 parent aa44608 commit c619522

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/perform_step/rosenbrock_perform_step.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,10 +909,6 @@ end
909909
f(du, u, p, t + dt) #-- c4 = 1
910910
integrator.stats.nf += 1
911911

912-
@.. broadcast=false u=uprev + a41 * k1 + a42 * k2 + a43 * k3
913-
f(du, u, p, t + dt) #-- c4 = 1
914-
integrator.stats.nf += 1
915-
916912
if mass_matrix === I
917913
@.. broadcast=false linsolve_tmp=du + dtd4 * dT + dtC41 * k1 + dtC42 * k2 +
918914
dtC43 * k3

0 commit comments

Comments
 (0)