--- a
+++ b/Tools/ModelUtilities/Diagnostics/DiagnosticMuscle2.any
@@ -0,0 +1,29 @@
+//This is file is used to apply an artificial muscle to 
+//a particular dof in a measure
+//The file is intended to be used for diagnostic of the model
+//when problems with recruitment occours
+
+AnyFolder Muscle={
+  
+  AnyKinMeasureOrg MeasureOrg={
+    AnyKinMeasure& Ref=...DOF;
+    MeasureOrganizer ={..dof};
+  };
+ 
+  AnyMuscleGeneric PosMuscle={
+    AnyMuscleModel MusMdl={ F0 =...Strength[0]; Vol0 = 1e-6;};
+    AnyKinMeasure& ref=.MeasureOrg;
+    Type = NonNegative;
+    EXCLUDE_MUSCLE_METABOLISM
+         
+  };
+  
+  AnyMuscleGeneric NegMuscle={
+   AnyMuscleModel MusMdl={ F0 =...Strength[1]; Vol0 = 1e-6;};
+    AnyKinMeasure& ref=.MeasureOrg;
+    Type = NonPositive;
+    EXCLUDE_MUSCLE_METABOLISM
+   
+  };
+  
+};
\ No newline at end of file