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

Comparing trunk/OOPSE/libmdtools/NPTfm.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 329 | Line 329 | template<typename T> int NPTfm<T>::readyCheck() {
329   }
330  
331   template<typename T> int NPTfm<T>::readyCheck() {
332 <
332 >
333 >  //check parent's readyCheck() first
334 >  if (T::readyCheck() == -1)
335 >    return -1;
336 >  
337    // First check to see if we have a target temperature.
338    // Not having one is fatal.
339    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines