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 1288 by chrisfen, Wed Jun 23 20:28:39 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines