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

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

# Line 149 | Line 149 | template<typename T> int NVT<T>::readyCheck() {
149    }
150   }
151  
152 + template<typename T> void NVT<T>::resetIntegrator( void ){
153 +  
154 +  chi = 0.0;
155 + }
156 +
157   template<typename T> int NVT<T>::readyCheck() {
158  
159    //check parent's readyCheck() first

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines