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

Comparing trunk/OOPSE/libmdtools/RigidBody.cpp (file contents):
Revision 1119 by tim, Mon Apr 19 03:52:27 2004 UTC vs.
Revision 1120 by tim, Mon Apr 19 20:54:58 2004 UTC

# Line 630 | Line 630 | void RigidBody::accept(BaseVisitor* v){
630    vector<Atom*>::iterator atomIter;
631    v->visit(this);
632  
633 <  for(atomIter = myAtoms.begin(); atomIter != myAtoms.end(); ++atomIter)
634 <    (*atomIter)->accept(v);
633 >  //for(atomIter = myAtoms.begin(); atomIter != myAtoms.end(); ++atomIter)
634 >  //  (*atomIter)->accept(v);
635   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines