summaryrefslogtreecommitdiff
path: root/Container.py
diff options
context:
space:
mode:
Diffstat (limited to 'Container.py')
-rw-r--r--Container.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Container.py b/Container.py
index 0ad3c50..3068c78 100644
--- a/Container.py
+++ b/Container.py
@@ -98,6 +98,9 @@ class Container():
def add_compounds(self,comp):
self.compounds = comp
+ def update_compounds(self):
+ self.graphics.update_compounds()
+
def add_thermo_package(self,thermo):
self.thermo_package = thermo