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 597 by mmeineke, Mon Jul 14 21:28:54 2003 UTC vs.
Revision 600 by gezelter, Mon Jul 14 22:38:13 2003 UTC

# Line 35 | Line 35 | class Integrator : public BaseIntegrator { (protected)
35    
36    void checkConstraints( void );
37    void rotate( int axes1, int axes2, double angle, double j[3],
38 <               double A[9] );
38 >               double A[3][3] );
39  
40  
41    ForceFields* myFF;
# Line 62 | Line 62 | class Integrator : public BaseIntegrator { (protected)
62    
63    double dt;
64    double dt2;
65
66  double* pos;
67  double* vel;
68  double* frc;
69  double* trq;
70  double* Amat;
65  
66    Thermo *tStats;
67    StatWriter*  statOut;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines