Skip to content

Commit 151da02

Browse files
authored
Remove mesh on modal_coordinate as it is not used and pin will be removed. (#2846)
1 parent c9010af commit 151da02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/07-distributed-post/02-distributed-msup_expansion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177

178178
ds = dpf.DataSources(files_rfrq[0])
179179
response = ops.result.modal_coordinate(data_sources=ds)
180-
response.inputs.mesh(merge_mesh.outputs.merges_mesh)
181180

182181
expansion = ops.math.modal_superposition(solution_in_modal_space=response, modal_basis=merge_fields)
183182
component = ops.logic.component_selector_fc(expansion, 1)

0 commit comments

Comments
 (0)