Skip to content

Commit b24783d

Browse files
authored
Switch to use the default solver (#970)
Signed-off-by: Morten Enemark Lund <mel@anybodytech.com>
1 parent b6cf146 commit b24783d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Body/AAUHuman/Trunk/EvaluateMomentArmsStudy.any

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ AnyKinStudy Study = {
7474
#endif
7575

7676
InitialConditions.SolverType = Kinematics.SolverType ;
77-
Kinematics.SolverType = KinSolDeterminate2;
77+
Kinematics.SolverType = KinSolDeterminate;
7878

7979
AnyFolder &Model = .Model;
8080

@@ -381,4 +381,4 @@ AnyOperationSequence Run =
381381
// ANYBODY_PATH_OUTPUT + .OutputFileName + ".anydata.h5")
382382
// };
383383
// #endif
384-
};
384+
};

0 commit comments

Comments
 (0)