From 06725a39d5e757d4cd243f9cca2360fe77c8a840 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:54:29 +0100 Subject: [PATCH] FEM: Update CMakeLists.txt --- src/Mod/Fem/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index a8b9f378fe..1560c2b672 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -86,6 +86,7 @@ SET(FemExamples_SRCS femexamples/equation_magnetodynamics_elmer.py femexamples/equation_magnetodynamics_2D_elmer.py femexamples/equation_magnetostatics_2D_elmer.py + femexamples/equation_staticcurrent_elmer.py femexamples/frequency_beamsimple.py femexamples/manager.py femexamples/material_multiple_bendingbeam_fiveboxes.py