Skip to content

Commit 1c9394d

Browse files
Update src/perform_step/low_order.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 19f9fd2 commit 1c9394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perform_step/low_order.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898
integrator.g(gtmp2, tmp, p, t+dt)
9999

100100
if is_diagonal_noise(integrator.sol.prob)
101-
@.. nrtmp = (0.5) * W.dW * (gtmp1 + gtmp2)
101+
@.. nrtmp = W.dW * (gtmp1 + gtmp2) / 2
102102
else
103103
mul!(nrtmp, gtmp2, W.dW, 0.5, 0.5)
104104
end

0 commit comments

Comments
 (0)