--- trunk/OOPSE/libmdtools/Thermo.hpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/Thermo.hpp 2003/03/25 22:54:16 401 @@ -25,6 +25,8 @@ class Thermo{ (private) void velocitize(); // set the temperature to the target temp in SimInfo // NOTE: srand48 should be seeded before calling. + double* getCOMVel(); + private: SimInfo* entry_plug; gaussianSPRNG *gaussStream;