Skip to content

Commit 29aec7b

Browse files
committed
Fix eq ordering
1 parent 6bb0b2e commit 29aec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stream_connectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ eqns = [domain_connect(fluid, n1m1.port_a)
157157
pipe.port_b.P ~ sink.port.P]
158158
@test sort(equations(expand_connections(n1m1Test)), by = string) ==
159159
[0 ~ -pipe.port_a.m_flow - pipe.port_b.m_flow
160-
0 ~ n1m1.port_a.m_flow + pipe.port_a.m_flow
161160
0 ~ n1m1.source.port1.m_flow - n1m1.port_a.m_flow
161+
0 ~ n1m1.port_a.m_flow + pipe.port_a.m_flow
162162
0 ~ pipe.port_b.m_flow + sink.port.m_flow
163163
fluid.m_flow ~ 0
164164
n1m1.port_a.P ~ pipe.port_a.P

0 commit comments

Comments
 (0)