Revert "ENH: Updated constraints/restraints"
This reverts commit b3f01cd93b
.
This commit is contained in:
parent
a3e1fd8006
commit
9abc8ef743
@ -60,7 +60,7 @@ bool Foam::sixDoFRigidBodyMotionConstraint::read
|
||||
const dictionary& sDoFRBMCDict
|
||||
)
|
||||
{
|
||||
sDoFRBMCCoeffs_ = sDoFRBMCDict.subOrEmptyDict(type() + "Coeffs");
|
||||
sDoFRBMCCoeffs_ = sDoFRBMCDict.subDict(type() + "Coeffs");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ bool Foam::sixDoFRigidBodyMotionRestraint::read
|
||||
const dictionary& sDoFRBMRDict
|
||||
)
|
||||
{
|
||||
sDoFRBMRCoeffs_ = sDoFRBMRDict.subOrEmptyDict(type() + "Coeffs");
|
||||
sDoFRBMRCoeffs_ = sDoFRBMRDict;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user