--- trunk/OOPSE/libmdtools/Thermo.hpp 2003/07/10 17:10:56 588 +++ trunk/OOPSE/libmdtools/Thermo.hpp 2003/07/15 17:57:04 614 @@ -10,7 +10,7 @@ class Thermo{ (public) public: - Thermo( SimInfo* the_entry_plug ); + Thermo( SimInfo* the_info ); ~Thermo(); // note: all the following energies are in kcal/mol @@ -36,7 +36,7 @@ class Thermo{ (public) void getCOMVel(double vdrift[3]); private: - SimInfo* entry_plug; + SimInfo* info; gaussianSPRNG *gaussStream; };