File tree Expand file tree Collapse file tree
DWSIM/Utilities/BinaryEnvelope Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,6 +308,10 @@ Public Class FormBinEnv
308308 Settings.gpu.FreeAll()
309309 End If
310310
311+ For Each pp1 As PropertyPackage In Flowsheet.PropertyPackages.Values
312+ pp1.CurrentMaterialStream = Nothing
313+ Next
314+
311315 Me .BtnCalculate.Enabled = True
312316 Me .BtnCalculate.BackColor = SystemColors.Control
313317 Me .PanelCalc.Visible = False
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Version 8.8.1
7777- Fixed issue #656 (Crashing when using Simulation setup wizard)
7878- Fixed issue #657 (Faulty unit for Cp in compound creator wizard)
7979- Fixed issue #664: memory leak in automation mode
80+ - Fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI)
8081
8182Version 8.8.0
8283
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ Version 8.8.1
1212- Fixed issue with rigorous column
1313- Fixed issue #656 (Crashing when using Simulation setup wizard)
1414- Fixed issue #657 (Faulty unit for Cp in compound creator wizard)
15- - Fixed issue #664: memory leak in automation mode
15+ - Fixed issue #664: memory leak in automation mode
16+ - Fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI)
You can’t perform that action at this time.
0 commit comments