summaryrefslogtreecommitdiff
path: root/Container.py
diff options
context:
space:
mode:
Diffstat (limited to 'Container.py')
-rw-r--r--Container.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Container.py b/Container.py
index 3068c78..ded17da 100644
--- a/Container.py
+++ b/Container.py
@@ -126,12 +126,12 @@ class Container():
except AttributeError:
pass
- print("SIMULATE")
- print(mode)
+ #print("SIMULATE")
+ #print(mode)
self.compounds = compound_selected
self.flowsheet = Flowsheet()
self.flowsheet.add_compound_list([c[:c.index('(')] for c in self.compounds])
- print("######## connection master#########\n",self.conn)
+ #print("######## connection master#########\n",self.conn)
for i in self.unit_operations :
self.flowsheet.add_unit_operations(i)