Skip to content

Commit 1cc7aeb

Browse files
Merge pull request #178 from devmotion/fix
Fix #177
2 parents acd2788 + bc68847 commit 1cc7aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/diffeqsystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function DiffEqBase.ODEFunction{iip}(sys::ODESystem, dvs, ps;
234234
end
235235

236236
if Wfact
237-
tmp_Wfact,tmp_Wfact_t = generate_factorized_W(sys, dvs, ps, Val{false})
237+
tmp_Wfact,tmp_Wfact_t = generate_factorized_W(sys, dvs, ps, true, Val{false})
238238
Wfact_oop, Wfact_iip = tmp_Wfact
239239
Wfact_oop_t, Wfact_iip_t = tmp_Wfact_t
240240
_Wfact(u,p,t) = Wfact_oop(u,p,t)

0 commit comments

Comments
 (0)