From d7d4bf79ee220fd6954a69ea4d278fc8736afa16 Mon Sep 17 00:00:00 2001 From: Daniel Medeiros Date: Mon, 26 Aug 2024 20:34:59 -0300 Subject: [PATCH] v8.8.1 RC4; fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI) --- DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb | 4 ++++ PlatformFiles/Common/readme.txt | 1 + PlatformFiles/Common/whatsnew.txt | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb b/DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb index 924537214..bcb01cada 100644 --- a/DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb +++ b/DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb @@ -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 diff --git a/PlatformFiles/Common/readme.txt b/PlatformFiles/Common/readme.txt index e1ceb0efb..d0cb8109a 100644 --- a/PlatformFiles/Common/readme.txt +++ b/PlatformFiles/Common/readme.txt @@ -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 diff --git a/PlatformFiles/Common/whatsnew.txt b/PlatformFiles/Common/whatsnew.txt index a8bf23c53..2e376cb3b 100644 --- a/PlatformFiles/Common/whatsnew.txt +++ b/PlatformFiles/Common/whatsnew.txt @@ -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 \ No newline at end of file +- Fixed issue #664: memory leak in automation mode +- Fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI) \ No newline at end of file