--- trunk/SHAPES/RigidBody.cpp 2004/06/22 20:38:04 1286 +++ trunk/SHAPES/RigidBody.cpp 2004/06/23 20:28:39 1288 @@ -537,8 +537,8 @@ double RigidBody::getAtomEps(int index){ } -char *RigidBody::getAtomType(int index){ +char *RigidBody::getAtomBase(int index){ - return myAtoms[index]->getType(); + return myAtoms[index]->getBase(); -} \ No newline at end of file +}