summaryrefslogtreecommitdiff
path: root/Streams.py
diff options
context:
space:
mode:
Diffstat (limited to 'Streams.py')
-rw-r--r--Streams.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Streams.py b/Streams.py
index ed8021d..f5bdabe 100644
--- a/Streams.py
+++ b/Streams.py
@@ -27,8 +27,9 @@ class MaterialStream():
MaterialStream.counter+=1
self.start_dict = {}
self.eqn_dict = {}
- self.modes_list = ["PT","PH","PVF","TVF","PS"]
+ self.modes_list = ["PT", "PH", "PVF", "TVF", "PS"]
self.saved = False
+ self.mode = self.modes_list[0]
self.variables = {
'P' : {'name':'Pressure', 'value':101325, 'unit':'Pa'},