summaryrefslogtreecommitdiff
path: root/OMChem/Valve.py
diff options
context:
space:
mode:
Diffstat (limited to 'OMChem/Valve.py')
-rw-r--r--OMChem/Valve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OMChem/Valve.py b/OMChem/Valve.py
index f1f8ac3..9e8494b 100644
--- a/OMChem/Valve.py
+++ b/OMChem/Valve.py
@@ -44,7 +44,7 @@ class Valve():
self.OM_data_init = ''
comp_count = len(addedcomp)
self.OM_data_init = self.OM_data_init + (
- "Simulator.Unit_Operations.Valve " + self.name + "(NOC = " + str(comp_count))
+ "Simulator.Unit_Operations.Valve " + self.name + "(Nc = " + str(comp_count))
self.OM_data_init = self.OM_data_init + (",comp = {")
comp = str(addedcomp).strip('[').strip(']')
comp = comp.replace("'", "")