summaryrefslogtreecommitdiff
path: root/Streams.py
diff options
context:
space:
mode:
Diffstat (limited to 'Streams.py')
-rw-r--r--Streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Streams.py b/Streams.py
index 4127945..efc7428 100644
--- a/Streams.py
+++ b/Streams.py
@@ -163,7 +163,7 @@ class MaterialStream():
if self.variables['x_pc']['value']:
self.eqn_dict['x_pc[1,:]'] = x_pc
if self.variables['F_pc']['value']:
- self.eqn_dict['F_p[1]'] = self.variables['F_pc']['value']
+ self.eqn_dict['F_p[1]'] = self.variables['F_p[1]']['value']
def get_start_values(self):
try: