From d6c1d133c83022109822b46d4ab090160a6dfb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= <105842014+roosre@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:41:06 +0100 Subject: [PATCH] Update examples/011_rst_workflow.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- examples/011_rst_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/011_rst_workflow.py b/examples/011_rst_workflow.py index cda58c3eb..7ce798bb0 100644 --- a/examples/011_rst_workflow.py +++ b/examples/011_rst_workflow.py @@ -50,7 +50,7 @@ server = connect_to_or_start_server() # %% -# Get input files (RST and material.engd but skip the ACP layup file) +# Get input files (RST and material.engd but skip the ACP layup file). composite_files_on_server = get_continuous_fiber_example_files(server, "shell", True) print(composite_files_on_server)