--- trunk/SHAPES/RigidBody.cpp 2004/06/21 15:10:29 1282 +++ trunk/SHAPES/RigidBody.cpp 2004/06/23 20:18:48 1287 @@ -322,20 +322,10 @@ void RigidBody::calcRefCoords( ) { transposeMat3(pAxisMat, pAxisRotMat); - for (i=0; isetPos(refCoords[i].vec); - } - - for (i=0; igetEps(); } + +char *RigidBody::getAtomBase(int index){ + + return myAtoms[index]->getBase(); + +} \ No newline at end of file