--- trunk/OOPSE/libmdtools/RigidBody.cpp 2004/05/12 20:14:21 1173 +++ trunk/OOPSE/libmdtools/RigidBody.cpp 2004/05/12 20:54:10 1174 @@ -8,6 +8,7 @@ RigidBody::RigidBody() : StuntDouble() { objType = OT_RIGIDBODY; is_linear = false; linear_axis = -1; + momIntTol = 1e-6; } RigidBody::~RigidBody() { @@ -632,4 +633,4 @@ void RigidBody::accept(BaseVisitor* v){ //for(atomIter = myAtoms.begin(); atomIter != myAtoms.end(); ++atomIter) // (*atomIter)->accept(v); -} \ No newline at end of file +}