Skip to content

Commit bc68847

Browse files
committed
Fix #177
1 parent acd2788 commit bc68847

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)