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 1286 by chrisfen, Tue Jun 22 20:38:04 2004 UTC vs.
Revision 1287 by chrisfen, Wed Jun 23 20:18:48 2004 UTC

# Line 537 | Line 537 | char *RigidBody::getAtomType(int index){
537    
538   }
539  
540 < char *RigidBody::getAtomType(int index){
540 > char *RigidBody::getAtomBase(int index){
541    
542 <  return myAtoms[index]->getType();
542 >  return myAtoms[index]->getBase();
543    
544   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines