Skip to content

Commit

Permalink
Connection should be a scalar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Feb 21, 2024
1 parent 054fd01 commit d04c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide_lhs(_) = false
###
### Connection
###
struct Connection
struct Connection <: Real
systems
end
Connection() = Connection(nothing)
Expand Down

0 comments on commit d04c8cf

Please sign in to comment.