ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/primitives/RigidBody.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/primitives/RigidBody.cpp (file contents):
Revision 2002 by tim, Sun Feb 13 06:57:48 2005 UTC vs.
Revision 2018 by tim, Mon Feb 14 17:57:01 2005 UTC

# Line 291 | Line 291 | void  RigidBody::updateAtoms(int frame) {
291      
292      for (i = 0; i < atoms_.size(); i++) {
293      
294 <        ref = body2Lab(refCoords_[i]);
294 >        ref = body2Lab(refCoords_[i], frame);
295  
296          apos = pos + ref;
297  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines