diff options
Diffstat (limited to 'src/main/python/OMChem/ConvReactor.py')
-rw-r--r-- | src/main/python/OMChem/ConvReactor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/python/OMChem/ConvReactor.py b/src/main/python/OMChem/ConvReactor.py index ccdf524..5c83106 100644 --- a/src/main/python/OMChem/ConvReactor.py +++ b/src/main/python/OMChem/ConvReactor.py @@ -16,7 +16,7 @@ class ConvReactor(): self.Tdef = str(Tdef) self.type = 'ConvReactor' - self.EngStms = EngStms(name="EngStm") + self.EngStms = EngStm(name="EngStm") def OM_Flowsheet_Init(self, addedcomp): self.OM_data_init = '' |