From e036ef01644d3cab166947fd1991158e6fd2abe8 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:34:02 +0200 Subject: [PATCH] FEM: Update manager.py --- src/Mod/Fem/femexamples/manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/femexamples/manager.py b/src/Mod/Fem/femexamples/manager.py index c607d61fd6..4df4fb4c8f 100644 --- a/src/Mod/Fem/femexamples/manager.py +++ b/src/Mod/Fem/femexamples/manager.py @@ -86,7 +86,7 @@ def run_all(): run_example("rc_wall_2d", run_solver=True) run_example("square_pipe_end_twisted_edgeforces", run_solver=True) run_example("square_pipe_end_twisted_nodeforces", run_solver=True) - run_example("thermomech_bimetall", run_solver=True) + run_example("thermomech_bimetal", run_solver=True) def setup_all(): @@ -124,7 +124,7 @@ def setup_all(): run_example("rc_wall_2d") run_example("square_pipe_end_twisted_edgeforces") run_example("square_pipe_end_twisted_nodeforces") - run_example("thermomech_bimetall") + run_example("thermomech_bimetal") def run_analysis(doc, base_name, filepath="", run_solver=False):