Skip to content

Commit

Permalink
v8.8.1 RC4; fixed issue with property package missing BIPs after calc…
Browse files Browse the repository at this point in the history
…ulating a binary envelope (Classic UI)
  • Loading branch information
DanWBR committed Aug 26, 2024
1 parent c91c60d commit d7d4bf7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ Public Class FormBinEnv
Settings.gpu.FreeAll()
End If

For Each pp1 As PropertyPackage In Flowsheet.PropertyPackages.Values
pp1.CurrentMaterialStream = Nothing
Next

Me.BtnCalculate.Enabled = True
Me.BtnCalculate.BackColor = SystemColors.Control
Me.PanelCalc.Visible = False
Expand Down
1 change: 1 addition & 0 deletions PlatformFiles/Common/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Version 8.8.1
- Fixed issue #656 (Crashing when using Simulation setup wizard)
- Fixed issue #657 (Faulty unit for Cp in compound creator wizard)
- Fixed issue #664: memory leak in automation mode
- Fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI)

Version 8.8.0

Expand Down
3 changes: 2 additions & 1 deletion PlatformFiles/Common/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Version 8.8.1
- Fixed issue with rigorous column
- Fixed issue #656 (Crashing when using Simulation setup wizard)
- Fixed issue #657 (Faulty unit for Cp in compound creator wizard)
- Fixed issue #664: memory leak in automation mode
- Fixed issue #664: memory leak in automation mode
- Fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI)

0 comments on commit d7d4bf7

Please sign in to comment.