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 1173 by tim, Mon Apr 19 20:54:58 2004 UTC vs.
Revision 1174 by gezelter, Wed May 12 20:54:10 2004 UTC

# Line 8 | Line 8 | RigidBody::RigidBody() : StuntDouble() {
8    objType = OT_RIGIDBODY;
9    is_linear = false;
10    linear_axis =  -1;
11 +  momIntTol = 1e-6;
12   }
13  
14   RigidBody::~RigidBody() {
# Line 632 | Line 633 | void RigidBody::accept(BaseVisitor* v){
633  
634    //for(atomIter = myAtoms.begin(); atomIter != myAtoms.end(); ++atomIter)
635    //  (*atomIter)->accept(v);
636 < }
636 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines