diff --git a/examples/09-averaging/01-average_across_bodies.py b/examples/09-averaging/01-average_across_bodies.py index dad611b7e99..84b27a05c12 100644 --- a/examples/09-averaging/01-average_across_bodies.py +++ b/examples/09-averaging/01-average_across_bodies.py @@ -73,7 +73,7 @@ ############################################################################### # Averaging across bodies with DPF # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# # To compare the results of averaging across bodies and not averaging, +# To compare the results of averaging across bodies and not averaging, # define two workflows. # The variable of interest is the Von Mises stress field, which is # calculated by applying the ``eqv_fc`` operator on the @@ -91,7 +91,7 @@ # ds [label="data_src", shape=box, style=filled, fillcolor=cadetblue2]; # stress [label="stress"]; # scp [label="split_on_property_type"]; -# eln_to_n ["elemental_nodal_to_nodal_fc"]; +# eln_to_n [label="elemental_nodal_to_nodal_fc"]; # vm [label="eqv_fc"]; # avg [label="weighted_merge_fields_by_label"]; # subgraph cluster_1 {