Skip to content

Commit 6761f5a

Browse files
fix some algebraic parts
1 parent b3fc88c commit 6761f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense/generic_dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ end
10771077
12 * y₁[idxs]) /
10781078
(dt * dt * dt)
10791079
else
1080-
@views out = differential_vars[idxs] .*
1080+
@views out = differential_vars .*
10811081
(6 * dt * k[1][idxs] + 6 * dt * k[2][idxs] + 12 * y₀[idxs] -
10821082
12 * y₁[idxs]) /
10831083
(dt * dt * dt)

0 commit comments

Comments
 (0)