--- trunk/SHAPES/RigidBody.cpp 2004/06/21 15:54:27 1283 +++ trunk/SHAPES/RigidBody.cpp 2004/06/22 20:38:04 1286 @@ -47,8 +47,6 @@ void RigidBody::setEuler( double phi, double theta, do A[2][0] = sin(phi) * sin(theta); A[2][1] = -cos(phi) * sin(theta); A[2][2] = cos(theta); - - printf("A[2][x] = %lf\t%lf\t%lf\n", A[2][0], A[2][1], A[2][2]); } \ No newline at end of file @@ -324,20 +322,10 @@ void RigidBody::calcRefCoords( ) { transposeMat3(pAxisMat, pAxisRotMat); - for (i=0; isetPos(refCoords[i].vec); - } - - for (i=0; igetEps(); } + +char *RigidBody::getAtomType(int index){ + + return myAtoms[index]->getType(); + +} \ No newline at end of file