Skip to content

Commit 6c3c0d3

Browse files
committed
Fix typo
1 parent a05558f commit 6c3c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/discrete_system/discrete_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function DiscreteSystem(eqs::AbstractVector{<:Equation}, iv, dvs, ps;
141141
if length(unique(sysnames)) != length(sysnames)
142142
throw(ArgumentError("System names must be unique."))
143143
end
144-
DiscreteSystem(hreads.atomic_add!(SYSTEM_COUNT, UInt(1)),
144+
DiscreteSystem(Threads.atomic_add!(SYSTEM_COUNT, UInt(1)),
145145
eqs, iv′, dvs′, ps′, var_to_name, ctrl′, observed, name, systems,
146146
defaults, preface, connector_type, metadata, kwargs...)
147147
end

0 commit comments

Comments
 (0)