--- trunk/SHAPES/RigidBody.cpp 2004/06/22 18:04:58 1285 +++ trunk/SHAPES/RigidBody.cpp 2004/06/22 20:38:04 1286 @@ -536,3 +536,9 @@ double RigidBody::getAtomEps(int index){ return myAtoms[index]->getEps(); } + +char *RigidBody::getAtomType(int index){ + + return myAtoms[index]->getType(); + +} \ No newline at end of file