Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored and ChrisRackauckas committed May 23, 2023
1 parent 7adfdef commit 452d3bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/common_interface/integrator_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ function save_value!(save_array,
val,
::Type{T},
save_idxs,
make_copy::Type{Val{bool}} = Val{true}) where {T <: AbstractArray, bool}
make_copy::Type{Val{bool}} = Val{true}) where {T <: AbstractArray, bool
}
@assert val isa Array
save = if save_idxs !== nothing
val[save_idxs]
Expand Down
3 changes: 2 additions & 1 deletion src/common_interface/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractODEProblem{uType, tupType, i
stop_at_next_tstop = false,
userdata = nothing,
alias_u0 = false,
kwargs...) where {uType, tupType, isinplace, Method, LinearSolver}
kwargs...) where {uType, tupType, isinplace, Method, LinearSolver
}
tType = eltype(tupType)

if verbose
Expand Down

0 comments on commit 452d3bd

Please sign in to comment.