From 50ec9fdb540da32bf854eeb6ecca18f923ccd06d Mon Sep 17 00:00:00 2001 From: Jose Henriquez Roa Date: Fri, 13 May 2022 10:16:40 +0200 Subject: [PATCH] Fix typo in example 02/04 --- examples/02-modal-harmonic/04-modal_superposition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/02-modal-harmonic/04-modal_superposition.py b/examples/02-modal-harmonic/04-modal_superposition.py index ad8e8d065af..11463d341d6 100644 --- a/examples/02-modal-harmonic/04-modal_superposition.py +++ b/examples/02-modal-harmonic/04-modal_superposition.py @@ -18,9 +18,9 @@ # Create the data sources # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # First create a data sources with the mode shapes and the modal response -# The expansion is recursive in dpf: first the modal response is red, +# The expansion is recursive in dpf: first the modal response is read, # then, "upstreams" mode shapes are found in the data sources, so they -# are red and expanded (mode shapes x modal response) +# are read and expanded (mode shapes x modal response) msup_files = examples.download_msup_files_to_dict() data_sources = dpf.DataSources(msup_files["rfrq"])