| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |