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.
1 parent 42dad86 commit 51b3be1Copy full SHA for 51b3be1
src/systems/diffeqs/basic_transformations.jl
@@ -178,7 +178,7 @@ function change_independent_variable(
178
return ex::T
179
end
180
181
- # overload to specifically handle equations, which can be an equation of a connection
+ # overload to specifically handle equations, which can be an equation or a connection
182
function transform(eq::Equation, systems_map)
183
if eq.rhs isa Connection
184
eq = connect((systems_map[nameof(s)] for s in eq.rhs.systems)...)
0 commit comments