Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Sep 17, 2023
1 parent 6f9cb11 commit bcc4166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thermo/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,8 @@ def update(self, **kwargs):
def flash(self, hot_start=None, existing_flash=None):
# if self.flow_specified and self.composition_specified and self.state_specified:
s = self.specifications
if existing_flash is None:
existing_flash = self.flash_state(hot_start)
return EquilibriumStream(self.flasher, hot_start=hot_start,
existing_flash=existing_flash, **s)

Expand Down

0 comments on commit bcc4166

Please sign in to comment.