From f5db3cdbbed838737f499dcdbc0de6f48e849c08 Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 5 Nov 2024 16:21:43 +0100 Subject: [PATCH] correct typo in disc stiffness bm statement --- Body/AAUHuman/Trunk/DiscStiffness.any | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Body/AAUHuman/Trunk/DiscStiffness.any b/Body/AAUHuman/Trunk/DiscStiffness.any index 1072ff1d3..1d96b90b9 100644 --- a/Body/AAUHuman/Trunk/DiscStiffness.any +++ b/Body/AAUHuman/Trunk/DiscStiffness.any @@ -37,7 +37,7 @@ AnyFloat ligExt = coef*Ext; AnyFloat ligLatbend = coef*Latbend; - #if BM_TRUNK_DISC_STIFNESS == _DISC_STIFFNESS_NONE_ + #if BM_TRUNK_DISC_STIFFNESS == _DISC_STIFFNESS_NONE_ AnyFunPolynomial Flexfun = { PolyCoef={{0, 0}}; }; @@ -48,7 +48,7 @@ AnyFunPolynomial &LBfun_L = Flexfun; #endif - #if BM_TRUNK_DISC_STIFNESS == _DISC_STIFFNESS_LINEAR_ + #if BM_TRUNK_DISC_STIFFNESS == _DISC_STIFFNESS_LINEAR_ AnyFunPolynomial Flexfun = { PolyCoef=-1*{{0, .ratio*.Flex+.ligFlex}}; @@ -67,7 +67,7 @@ #endif - #if BM_TRUNK_DISC_STIFNESS == _DISC_STIFFNESS_NONLINEAR_ + #if BM_TRUNK_DISC_STIFFNESS == _DISC_STIFFNESS_NONLINEAR_ // K.S.Han et al. 2010 (in degrees, checked against Heuer et al.) // #Flexion -0.002x3 + 0.0141x2 - 0.4726x // #Lateral bending -0.0087x2 - 0.6989x