We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
promote_symtype
1 parent 5cad99f commit 28c3542Copy full SHA for 28c3542
src/systems/connectors.jl
@@ -1115,4 +1115,4 @@ function instream_rt(ins::Val{inner_n}, outs::Val{outer_n},
1115
for k in 1:M and ck.m_flow.max > 0
1116
=#
1117
end
1118
-SymbolicUtils.promote_symtype(::typeof(instream_rt), ::Vararg) = Real
+SymbolicUtils.promote_symtype(::typeof(instream_rt), ::Type{T}, ::Type{S}, ::Type{R}) where {T, S, R} = Real
0 commit comments