Skip to content

Commit

Permalink
Revert "Force bool_rotate_to_global input pin to False when ENF"
Browse files Browse the repository at this point in the history
This reverts commit b9090a4.
  • Loading branch information
PProfizi committed May 12, 2023
1 parent c89a150 commit 0547f75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ansys/dpf/post/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@ def _build_result_workflow(
op.connect(9, "ElementalNodal")
else:
op.connect(9, location)

# Treat ENF
if name == "ENF":
op.inputs.bool_rotate_to_global.connect(False)

wf = Workflow(server=self._model._server)
wf.set_input_name(_WfNames.read_cyclic, op, 14)
wf.set_input_name(_WfNames.cyclic_sectors_to_expand, op, 18)
Expand Down

0 comments on commit 0547f75

Please sign in to comment.