BUG: sixDofRigidBodyMotion: write initial rotation

This commit is contained in:
mattijs 2014-06-24 15:07:49 +01:00 committed by Andrew Heather
parent 3bd85a6098
commit 919b9404a0

View File

@ -52,7 +52,7 @@ void Foam::sixDoFRigidBodyMotion::write(Ostream& os) const
os.writeKeyword("centreOfMass")
<< initialCentreOfMass_ << token::END_STATEMENT << nl;
os.writeKeyword("orientation")
os.writeKeyword("initialOrientation")
<< initialQ_ << token::END_STATEMENT << nl;
os.writeKeyword("mass")
<< mass_ << token::END_STATEMENT << nl;