--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/08/13 19:21:53 693 +++ trunk/OOPSE/libmdtools/Integrator.hpp 2003/08/14 16:16:39 696 @@ -374,8 +374,9 @@ template class ZConstraint : public T { (p string zconsOutput; ZConsWriter* fzOut; - double calcCOMVel(); - double calcCOMVel2(); + double calcMovingMolsCOMVel(); + double calcSysCOMVel(); + double calcTotalForce(); };