diff --git a/Magnetodynamics/electromagnet.pro b/Magnetodynamics/electromagnet.pro
index 4e9bf06873e69dabb39dfff351d6dd08050e6a50..902d0cdce08e21c5a8366871f0559589f22c1e9f 100644
--- a/Magnetodynamics/electromagnet.pro
+++ b/Magnetodynamics/electromagnet.pro
@@ -27,7 +27,7 @@ Group {
   Surface_bn0 = Region[ 1101 ];
   Surface_Inf = Region[ 1102 ];
 
-  // Abstract regions used in the "Lib_MagStaDyn_av_2D_Cir.pro" template file
+  // Abstract regions used in the "Lib_MagDyn_av_2D_Cir.pro" template file
   // that is included below:
   Vol_Mag = Region[{Air, Core, Ind, AirInf}]; // full magnetic domain
   Vol_C_Mag = Region[Core]; // massive conductors
@@ -77,7 +77,7 @@ Constraint {
   }
 }
 
-Include "Lib_MagStaDyn_av_2D_Cir.pro";
+Include "Lib_MagDyn_av_2D_Cir.pro";
 
 PostOperation {
   { Name Map_a; NameOfPostProcessing MagDyn_a_2D;
diff --git a/Magnetodynamics/transfo.pro b/Magnetodynamics/transfo.pro
index 8880426724e09f6df86a28b69e5cd59ce509c89e..6f4f02702eb602c0c1c90cd754573ebb577aea2a 100644
--- a/Magnetodynamics/transfo.pro
+++ b/Magnetodynamics/transfo.pro
@@ -40,7 +40,7 @@ Group {
   Coil_2 = Region[{Coil_2_P, Coil_2_M}];
   Coils = Region[{Coil_1, Coil_2}];
 
-  // Abstract regions that will be used in the "Lib_MagStaDyn_av_2D_Cir.pro"
+  // Abstract regions that will be used in the "Lib_MagDyn_av_2D_Cir.pro"
   // template file included below;
   Vol_Mag = Region[{Air, Core, Coils}]; // full magnetic domain
   If (type_Conds == 1)
@@ -198,7 +198,7 @@ Constraint {
   }
 }
 
-Include "Lib_MagStaDyn_av_2D_Cir.pro";
+Include "Lib_MagDyn_av_2D_Cir.pro";
 
 PostOperation {
   { Name Map_a; NameOfPostProcessing MagDyn_a_2D;