Skip to content
Snippets Groups Projects
Commit 919b9404 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

BUG: sixDofRigidBodyMotion: write initial rotation

parent 3bd85a60
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ void Foam::sixDoFRigidBodyMotion::write(Ostream& os) const ...@@ -52,7 +52,7 @@ void Foam::sixDoFRigidBodyMotion::write(Ostream& os) const
os.writeKeyword("centreOfMass") os.writeKeyword("centreOfMass")
<< initialCentreOfMass_ << token::END_STATEMENT << nl; << initialCentreOfMass_ << token::END_STATEMENT << nl;
os.writeKeyword("orientation") os.writeKeyword("initialOrientation")
<< initialQ_ << token::END_STATEMENT << nl; << initialQ_ << token::END_STATEMENT << nl;
os.writeKeyword("mass") os.writeKeyword("mass")
<< mass_ << token::END_STATEMENT << nl; << mass_ << token::END_STATEMENT << nl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment