--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/08/13 21:22:44 695 +++ 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(); };