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 645 by tim, Tue Jul 22 19:54:52 2003 UTC vs.
Revision 746 by mmeineke, Thu Sep 4 21:48:35 2003 UTC

# Line 219 | Line 219 | template<typename T> void NPTim<T>::moveB( void ){
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
230 +  if (T::readyCheck() == -1)
231 +    return -1;
232  
233    // First check to see if we have a target temperature.
234    // Not having one is fatal.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines