MBDyn spherical hinge (#33)
* moved misc files to project resource * MBDyn Sperical Hinge * Werner compil warning (#32) * Replace int by size_t in for loops. * Various dtor missing and some other warning fixes. * fixed size_t vs int * fixed size_t vs int --------- Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com> Co-authored-by: Aik-Siong Koh <askoh@askoh.com> * moved misc files to project resource * MBDyn Sperical Hinge * gravity fix --------- Co-authored-by: PaddleStroke <pierrelouis.boyer@gmail.com> Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ namespace MbD {
|
||||
void readStructuralNodes(std::vector<std::string>& lines);
|
||||
void readRigidBodies(std::vector<std::string>& lines);
|
||||
void readJoints(std::vector<std::string>& lines);
|
||||
void readGravity(std::vector<std::string>& lines);
|
||||
|
||||
int maxIterations = 1000;
|
||||
std::string defaultOrientation = "euler321";
|
||||
|
||||
Reference in New Issue
Block a user