Merge branch 'master' into cvm

This commit is contained in:
graham 2010-09-24 13:12:47 +01:00
commit 7d993e98e2

View File

@ -374,7 +374,6 @@ void Foam::sixDoFRigidBodyMotion::updatePosition
centreOfMass() += deltaT*v();
// Leapfrog orientation adjustment
rotate(Q(), pi(), deltaT);
}