--- trunk/OOPSE-4/src/primitives/RigidBody.cpp 2005/02/13 06:57:48 2002 +++ trunk/OOPSE-4/src/primitives/RigidBody.cpp 2005/02/14 17:57:01 2018 @@ -291,7 +291,7 @@ void RigidBody::updateAtoms(int frame) { for (i = 0; i < atoms_.size(); i++) { - ref = body2Lab(refCoords_[i]); + ref = body2Lab(refCoords_[i], frame); apos = pos + ref;