diff options
author | pravindalve | 2021-02-11 00:48:31 +0530 |
---|---|---|
committer | pravindalve | 2021-02-11 00:48:31 +0530 |
commit | 8336446737774a7a0b336d02a3701166577250e5 (patch) | |
tree | cf5595d8d5f08662b52009441e2e8ed9871bb395 /Streams.py | |
parent | 47a2cf43129fa18cbac56df8d53208a1b21ea4f7 (diff) | |
download | Chemical-Simulator-GUI-8336446737774a7a0b336d02a3701166577250e5.tar.gz Chemical-Simulator-GUI-8336446737774a7a0b336d02a3701166577250e5.tar.bz2 Chemical-Simulator-GUI-8336446737774a7a0b336d02a3701166577250e5.zip |
Fixes for problem for running simulation
Diffstat (limited to 'Streams.py')
-rw-r--r-- | Streams.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -311,7 +311,6 @@ class MaterialStream(): self.OM_data_init = self.OM_data_init + ');\n' return self.OM_data_init - def OM_Flowsheet_Equation(self,addedcomp,method): self.OM_data_eqn = '' self.comp_count = len(addedcomp) |