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 540 by mmeineke, Fri May 30 19:07:45 2003 UTC vs.
Revision 541 by mmeineke, Fri May 30 20:19:44 2003 UTC

# Line 49 | Line 49 | class Integrator : public BaseIntegrator { (protected)
49    short isFirst; /*boolean for the first time integrate is called */
50    
51    double dt;
52 +  double dt2;
53 +  const double eConvert;
54  
55 +  
56 +  double* pos;
57 +  double* vel;
58 +  double* frc;
59 +  double* trq;
60 +  double* Amat;
61 +  
62  
63 +
64    Thermo *tStats;
65    StatWriter*  statOut;
66    DumpWriter*  dumpOut;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines