Skip to content

Commit 28c3542

Browse files
fixup! fix: fix invalidations from promote_symtype method
1 parent 5cad99f commit 28c3542

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
@@ -1115,4 +1115,4 @@ function instream_rt(ins::Val{inner_n}, outs::Val{outer_n},
11151115
for k in 1:M and ck.m_flow.max > 0
11161116
=#
11171117
end
1118-
SymbolicUtils.promote_symtype(::typeof(instream_rt), ::Vararg) = Real
1118+
SymbolicUtils.promote_symtype(::typeof(instream_rt), ::Type{T}, ::Type{S}, ::Type{R}) where {T, S, R} = Real

0 commit comments

Comments
 (0)