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

Comparing trunk/SHAPES/RigidBody.cpp (file contents):
Revision 1285 by chrisfen, Tue Jun 22 18:04:58 2004 UTC vs.
Revision 1286 by chrisfen, Tue Jun 22 20:38:04 2004 UTC

# Line 536 | Line 536 | double RigidBody::getAtomEps(int index){
536    return myAtoms[index]->getEps();
537    
538   }
539 +
540 + char *RigidBody::getAtomType(int index){
541 +  
542 +  return myAtoms[index]->getType();
543 +  
544 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines