--- trunk/OOPSE/libmdtools/RigidBody.hpp 2004/04/14 15:37:41 1108 +++ trunk/OOPSE/libmdtools/RigidBody.hpp 2004/04/15 16:18:26 1113 @@ -43,7 +43,7 @@ class RigidBody : public StuntDouble { (public) double getMass( void ) { return mass; } void printAmatIndex( void ); - void setEulerAngles( double phi, double theta, double psi ); + void setEuler( double phi, double theta, double psi ); void getQ( double the_q[4] ); // get the quanternions void setQ( double the_q[4] ); @@ -83,7 +83,6 @@ class RigidBody : public StuntDouble { (public) // utility routines void findCOM( void ); - void findOrient( void ); protected: @@ -101,11 +100,6 @@ class RigidBody : public StuntDouble { (public) vector refCoords; vector refOrients; - bool com_good; - bool forces_good; - bool precalc_done; - bool orient_good; - char rbName[100]; //it will eventually be converted into string };