ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.hpp (file contents):
Revision 555 by mmeineke, Tue Jun 17 21:56:15 2003 UTC vs.
Revision 559 by mmeineke, Thu Jun 19 22:02:44 2003 UTC

# Line 26 | Line 26 | class Integrator : public BaseIntegrator { (protected)
26    virtual void moveB( void );
27    virtual void constrainA( void );
28    virtual void constrainB( void );
29 +  virtual int  readyCheck( void ) { return 1; }
30    
30  
31    void checkConstraints( void );
32    void rotate( int axes1, int axes2, double angle, double j[3],
33                 double A[3][3] );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines