Mb dyn half sine and cosine (#42)
* (int) added * size_t count * add files * MBDyn new joints, sine, cosine * CompoundJoints debugged
This commit is contained in:
@@ -25,7 +25,7 @@ void MbD::SphSphJoint::initializeGlobally()
|
||||
{
|
||||
if (constraints->empty())
|
||||
{
|
||||
auto distxyIJ = CREATE<DistanceConstraintIJ>::With(frmI, frmJ);
|
||||
auto distxyIJ = DistanceConstraintIJ::With(frmI, frmJ);
|
||||
distxyIJ->setConstant(distanceIJ);
|
||||
addConstraint(distxyIJ);
|
||||
this->root()->hasChanged = true;
|
||||
|
||||
Reference in New Issue
Block a user