--- trunk/OOPSE/libmdtools/Thermo.hpp 2003/03/26 14:55:50 402 +++ trunk/OOPSE/libmdtools/Thermo.hpp 2003/03/26 15:37:05 403 @@ -25,7 +25,7 @@ class Thermo{ (public) void velocitize(); // set the temperature to the target temp in SimInfo // NOTE: srand48 should be seeded before calling. - double* getCOMVel(); + void getCOMVel(double vdrift[3]); private: SimInfo* entry_plug;