--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/06/20 20:29:36 561 +++ trunk/OOPSE/libmdtools/Integrator.hpp 2003/06/20 20:50:17 562 @@ -125,7 +125,7 @@ class NPT : public Integrator{ (public) public: NPT ( SimInfo *theInfo, ForceFields* the_ff); - virtual ~NPT(); + virtual ~NPT() {}; void setQmass(double q) {qmass = q; have_qmass = 1;} void setTauThermostat(double tt) {tauThermostat = tt; have_tau_thermostat=1;} @@ -140,8 +140,6 @@ class NPT : public Integrator{ (public) virtual int readyCheck(); - Atom** atoms; - // zeta and epsilonDot are the propagated degrees of freedom. double zeta;