Switch to side-by-side view

--- a
+++ b/Tests/test_deltoid_wrapping.any
@@ -0,0 +1,39 @@
+//fatal_warnings = ["Deltoid"]
+//define = (
+//[
+//    {'BODY_HEIGHT': '1.6'},
+//    {'BODY_HEIGHT': '1.75'},
+//    {'BODY_HEIGHT': '1.95'},
+//], 
+//[
+//    {'BODY_MASS': '60'},
+//    {'BODY_MASS': '75'},
+//    {'BODY_MASS': '90'},
+//], 
+//)
+
+#include "libdef.any"
+
+#define BM_LEG_MODEL OFF
+#define BM_SCALING _SCALING_LENGTHMASSFAT_
+#define BM_ARM_RIGHT ON
+
+//#define BM_TRUNK_MUSCLES OFF
+
+
+#ifndef TEST_NAME
+  #define BODY_HEIGHT 1.75
+  #define BODY_MASS 75
+  #define BM_ARM_LEFT ON
+#endif
+
+#include "../Application/Validation/EvaluateMomentArms/EvaluateMomentArms.main.any"
+
+Main = 
+{
+  
+Main.HumanModel.Anthropometrics.BodyHeight = BODY_HEIGHT;  
+Main.HumanModel.Anthropometrics.BodyMass = BODY_MASS;
+  
+AnyOperation& RunTest = Main.HumanModel.EvaluateMomentArms.Right.Arm.GHFlexion.Study.Kinematics;
+};
\ No newline at end of file