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 ac89830..ed8021d 100644
--- a/Streams.py
+++ b/Streams.py
@@ -28,6 +28,7 @@ class MaterialStream():
self.start_dict = {}
self.eqn_dict = {}
self.modes_list = ["PT","PH","PVF","TVF","PS"]
+ self.saved = False
self.variables = {
'P' : {'name':'Pressure', 'value':101325, 'unit':'Pa'},