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 561 by mmeineke, Fri Jun 20 20:29:36 2003 UTC vs.
Revision 562 by gezelter, Fri Jun 20 20:50:17 2003 UTC

# Line 125 | Line 125 | class NPT : public Integrator{ (public)
125   public:
126  
127    NPT ( SimInfo *theInfo, ForceFields* the_ff);
128 <  virtual ~NPT();
128 >  virtual ~NPT() {};
129  
130    void setQmass(double q) {qmass = q; have_qmass = 1;}
131    void setTauThermostat(double tt) {tauThermostat = tt; have_tau_thermostat=1;}
# Line 140 | Line 140 | class NPT : public Integrator{ (public)
140  
141    virtual int readyCheck();
142  
143  Atom** atoms;
144
143    // zeta and epsilonDot are the propagated degrees of freedom.
144  
145    double zeta;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines