--- trunk/SHAPES/RigidBody.cpp 2004/06/22 20:38:04 1286 +++ trunk/SHAPES/RigidBody.cpp 2004/06/23 20:18:48 1287 @@ -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