Skip to content

Commit

Permalink
Fix stray muscle wrapping warning
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Mar 17, 2024
1 parent ea2c926 commit 7816b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Body/AAUHuman/Arm/Muscle.any
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ AnyMuscleShortestPath latissimus_dorsi_4 = {
AnyMuscleModel &MusMdl = ..MuscleModels.latissimus_dorsi_4;
AnyRefNode &Org = ..ShoulderRef.O_latissimus_dorsi_4;
AnyRefNode &Ins = ..Seg.Humerus.I_latissimus_dorsi_4;
SPLine.StringMesh = 140;
SPLine.StringMesh = 110;
AnyParamSurf &Surf1 =.collum_hum;
AnyParamSurf &Surf2 = ..ShoulderRef.LatissimusWrappingSurface;
AnyParamSurf &Surf3 =.LatissimusDorsiWrapping.BASE_FRAME.Wrapping_1.Surf;
Expand Down

0 comments on commit 7816b64

Please sign in to comment.