summaryrefslogtreecommitdiff
path: root/Streams.py
diff options
context:
space:
mode:
authorpravindalve2021-02-11 00:48:31 +0530
committerpravindalve2021-02-11 00:48:31 +0530
commit8336446737774a7a0b336d02a3701166577250e5 (patch)
treecf5595d8d5f08662b52009441e2e8ed9871bb395 /Streams.py
parent47a2cf43129fa18cbac56df8d53208a1b21ea4f7 (diff)
downloadChemical-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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Streams.py b/Streams.py
index f5bdabe..4127945 100644
--- a/Streams.py
+++ b/Streams.py
@@ -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)