ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/NPTim.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/NPTim.cpp (file contents):
Revision 745 by tim, Thu Jul 31 15:35:07 2003 UTC vs.
Revision 746 by mmeineke, Thu Sep 4 21:48:35 2003 UTC

# Line 219 | Line 219 | template<typename T> int NPTim<T>::readyCheck() {
219    }
220   }
221  
222 + template<typename T> void NPTim<T>::resetIntegrator() {
223 +  chi = 0.0;
224 +  eta = 0.0;
225 + }
226 +
227   template<typename T> int NPTim<T>::readyCheck() {
228  
229    //check parent's readyCheck() first

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines