diff --git a/src/Mod/Fem/femexamples/manager.py b/src/Mod/Fem/femexamples/manager.py index d2a2b4b62b..ac80c357e7 100644 --- a/src/Mod/Fem/femexamples/manager.py +++ b/src/Mod/Fem/femexamples/manager.py @@ -331,6 +331,7 @@ def run_all(): run_ccx_cantileverprescribeddisplacement() run_constraint_contact_shell_shell() run_constraint_contact_solid_solid() + run_constraint_tie() run_material_nl_platewithhole() run_material_multiple_twoboxes() run_rcwall2d()