Skip to content

Commit

Permalink
fix bug separator inlet stream
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jun 18, 2024
1 parent 79b9500 commit 5adedb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ public boolean equals(Object obj) {
}

public StreamInterface getFeedStream() {
return new Stream(getName(), getThermoSystem());
return inletStreamMixer.getOutletStream();
}

/** {@inheritDoc} */
Expand Down

0 comments on commit 5adedb7

Please sign in to comment.