Skip to content
Snippets Groups Projects
Commit 9abc8ef7 authored by Henry's avatar Henry
Browse files

Revert "ENH: Updated constraints/restraints"

This reverts commit b3f01cd9.
parent a3e1fd80
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment