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):