diff --git a/examples/07-distributed-post/03-distributed-msup_expansion_steps.py b/examples/07-distributed-post/03-distributed-msup_expansion_steps.py index e4591569e6c..d03a88d57ce 100644 --- a/examples/07-distributed-post/03-distributed-msup_expansion_steps.py +++ b/examples/07-distributed-post/03-distributed-msup_expansion_steps.py @@ -181,8 +181,7 @@ merge_mesh = ops.utility.merge_meshes() ds = dpf.DataSources(files_rfrq[0]) -response = ops.result.displacement(data_sources=ds) -response.inputs.mesh(merge_mesh.outputs.merges_mesh) +response = ops.result.modal_coordinate(data_sources=ds) ds = dpf.DataSources(files_rfrq[1]) response2 = ops.result.modal_coordinate(data_sources=ds)