summaryrefslogtreecommitdiff
path: root/Container.py
diff options
context:
space:
mode:
authorPriyam Nayak2021-06-22 08:41:25 +0530
committerGitHub2021-06-22 08:41:25 +0530
commitecf089991f8f3c15c3c99f376be3b954ec5b3545 (patch)
tree6de70decc9a0907b5fc8b58452c28e85a84d24db /Container.py
parent3f8095e27df1ea62c4356c08de09cc42ffca00ed (diff)
parent4f47bbc5cb8a325bdb31776d5c9f2963603695d4 (diff)
downloadChemical-Simulator-GUI-ecf089991f8f3c15c3c99f376be3b954ec5b3545.tar.gz
Chemical-Simulator-GUI-ecf089991f8f3c15c3c99f376be3b954ec5b3545.tar.bz2
Chemical-Simulator-GUI-ecf089991f8f3c15c3c99f376be3b954ec5b3545.zip
Merge pull request #24 from pravindalve/master
Fixed problem of compound updating during simulation
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