diff options
Diffstat (limited to 'container.py')
-rw-r--r-- | container.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container.py b/container.py index 3652031..ba67be0 100644 --- a/container.py +++ b/container.py @@ -92,6 +92,7 @@ class Container(): for i in self.unitOp: if(i.name==name): return i + def addCompounds(self,comp): self.compounds = comp |