Skip to content

Commit 3e93bf2

Browse files
committed
[WIP] extend compatibility with destats
1 parent 5e73c34 commit 3e93bf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MATLABDiffEq.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ function DiffEqBase.__solve(
8181
timeseries = timeseries_tmp
8282
end
8383

84+
destats = DiffEqBase.DEStats(0)
85+
86+
# destats.naccept = solstats["nsteps"]
87+
# #destats.nsolve = solstats[""]
88+
8489
DiffEqBase.build_solution(prob,alg,ts,timeseries,
8590
timeseries_errors = timeseries_errors,destats=solstats)
8691
end

0 commit comments

Comments
 (0)