--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/06/17 21:56:15 555 +++ trunk/OOPSE/libmdtools/Integrator.hpp 2003/06/19 22:02:44 559 @@ -26,8 +26,8 @@ class Integrator : public BaseIntegrator { (protected) virtual void moveB( void ); virtual void constrainA( void ); virtual void constrainB( void ); + virtual int readyCheck( void ) { return 1; } - void checkConstraints( void ); void rotate( int axes1, int axes2, double angle, double j[3], double A[3][3] );