--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/07/14 21:28:54 597 +++ trunk/OOPSE/libmdtools/Integrator.hpp 2003/07/14 22:38:13 600 @@ -35,7 +35,7 @@ class Integrator : public BaseIntegrator { (protected) void checkConstraints( void ); void rotate( int axes1, int axes2, double angle, double j[3], - double A[9] ); + double A[3][3] ); ForceFields* myFF; @@ -62,12 +62,6 @@ class Integrator : public BaseIntegrator { (protected) double dt; double dt2; - - double* pos; - double* vel; - double* frc; - double* trq; - double* Amat; Thermo *tStats; StatWriter* statOut;