Skip to content

Commit

Permalink
missing isinplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 25, 2019
1 parent f11df87 commit 2ee99d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noise_interfaces/noise_process_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ end
end
W.dt = dtnew
else # RSwM3
if !(typeof(W.dW) <: AbstractArray) || typeof(W.dW) <: SArray
if isinplace(W)
dttmp = 0.0; W.dWtmp = zero(W.dW)
if W.Z != nothing
W.dZtmp = zero(W.dZtmp)
Expand Down

0 comments on commit 2ee99d5

Please sign in to comment.