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 645 by tim, Tue Jul 22 19:54:52 2003 UTC vs.
Revision 658 by tim, Thu Jul 31 15:35:07 2003 UTC

# Line 150 | Line 150 | template<typename T> int NVT<T>::readyCheck() {
150   }
151  
152   template<typename T> int NVT<T>::readyCheck() {
153 <
153 >
154 >  //check parent's readyCheck() first
155 >  if (T::readyCheck() == -1)
156 >    return -1;
157 >  
158    // First check to see if we have a target temperature.
159    // Not having one is fatal.
160    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines