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
Branches
Tags
No related merge requests found
......@@ -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;
......
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