Skip to content

Commit aefe112

Browse files
fixup! feat: update wrap_array_vars to handle history function
1 parent 498e5ea commit aefe112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ function wrap_parameter_dependencies(sys::AbstractSystem, isscalar)
230230
end
231231

232232
function wrap_array_vars(
233-
sys::AbstractSystem, exprs; dvs = unknowns(sys), ps = parameters(sys), inputs = nothing, history = false)
233+
sys::AbstractSystem, exprs; dvs = unknowns(sys), ps = parameters(sys),
234+
inputs = nothing, history = false)
234235
isscalar = !(exprs isa AbstractArray)
235236
array_vars = Dict{Any, AbstractArray{Int}}()
236237
if dvs !== nothing

0 commit comments

Comments
 (0)