Skip to content

Commit d7d4bf7

Browse files
committed
v8.8.1 RC4; fixed issue with property package missing BIPs after calculating a binary envelope (Classic UI)
1 parent c91c60d commit d7d4bf7

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

DWSIM/Utilities/BinaryEnvelope/FormBinEnv.vb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

PlatformFiles/Common/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

8182
Version 8.8.0
8283

PlatformFiles/Common/whatsnew.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)