summaryrefslogtreecommitdiff
path: root/Streams.py
diff options
context:
space:
mode:
Diffstat (limited to 'Streams.py')
-rw-r--r--Streams.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Streams.py b/Streams.py
index 3cf3fc0..ac89830 100644
--- a/Streams.py
+++ b/Streams.py
@@ -89,6 +89,7 @@ class MaterialStream():
dict = {self.mode1:self.variables['P']['value'], self.mode2:self.variables['T']['value'],
"MolFlow":self.variables['F_p[1]']['value'],"x_pc":self.variables['x_pc']['value']}
+ print('dictionary is :' + str(dict))
elif(mode=="PH"):
self.mode1 = 'P'