Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Oct 19, 2022
1 parent d5983bb commit f934c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/alias_elimination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function Base.in(i::Int, agk::AliasGraphKeySet)
end

canonicalize(a, b) = a <= b ? (a, b) : (b, a)
struct WeightedGraph{T, W} <: AbstractGraph{Int64}
struct WeightedGraph{T, W} <: AbstractGraph{T}
graph::SimpleGraph{T}
dict::Dict{Tuple{T, T}, W}
end
Expand Down

0 comments on commit f934c96

Please sign in to comment.