Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Jul 25, 2024
1 parent e406f25 commit c147b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SSA_stepper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ end

export SSAStepper

function SciMLBase.isdenseplot(sol::ODESolution{T, N, uType, uType2, DType, tType, rateType, discType, P, SSAStepper}) where {T, N, uType, uType2, DType, tType, rateType, discType, P}
function SciMLBase.isdenseplot(sol::ODESolution{
T, N, uType, uType2, DType, tType, rateType, discType, P,
SSAStepper}) where {T, N, uType, uType2, DType, tType, rateType, discType, P}
sol.dense
end
end

0 comments on commit c147b40

Please sign in to comment.