Skip to content

Commit 70539eb

Browse files
committed
seems nameof(sys) was actually correct
1 parent fd099d6 commit 70539eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/connectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ struct ConnectionElement
150150
h::UInt
151151
end
152152
function _hash_impl(sys, v, isouter)
153-
hashcore = hash(sys) hash(getname(v))
153+
hashcore = hash(nameof(sys)) hash(getname(v))
154154
hashouter = isouter ? hash(true) : hash(false)
155155
hashcore hashouter
156156
end

0 commit comments

Comments
 (0)