File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,6 @@ def _create_initial_result_workflow(
212212 initial_result_workflow .add_operator (forward_shell_layer_op )
213213 initial_result_workflow .set_input_name (_WfNames .shell_layer , forward_shell_layer_op )
214214
215- forward_input_mesh_scoping_op = operators .utility .forward (server = server )
216- initial_result_workflow .add_operator (forward_input_mesh_scoping_op )
217-
218215 # The next section is only needed, because the shell_layer selection does not
219216 # work for elemental and elemental nodal results.
220217 # If elemental results are requested with a chosen shell layer,
@@ -261,16 +258,8 @@ def _create_initial_result_workflow(
261258 initial_result_workflow .set_input_name (
262259 "time_scoping" , initial_result_op .inputs .time_scoping
263260 )
264-
265261 initial_result_workflow .set_input_name (
266- "mesh_scoping" , forward_input_mesh_scoping_op
267- )
268- _connect_any (
269- initial_result_op .inputs .mesh_scoping , forward_input_mesh_scoping_op .outputs .any
270- )
271-
272- initial_result_workflow .set_output_name (
273- _WfNames .result_scoping , forward_input_mesh_scoping_op .outputs .any
262+ "mesh_scoping" , initial_result_op .inputs .mesh_scoping
274263 )
275264
276265 initial_result_workflow .set_input_name (_WfNames .read_cyclic , initial_result_op , 14 )
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ class _WfNames:
6060 skin_input_mesh = "skin_input_mesh"
6161 final_scoping = "final_scoping"
6262 result_scoping_by_body = "result_scoping_by_body"
63- result_scoping = "result_scoping"
6463 scoping_a = "scoping_a"
6564 scoping_b = "scoping_b"
6665 streams = "streams"
You can’t perform that action at this time.
0 commit comments