--- trunk/OOPSE/libmdtools/NPTi.cpp 2003/07/22 19:54:52 645 +++ trunk/OOPSE/libmdtools/NPTi.cpp 2003/07/31 15:35:07 658 @@ -201,6 +201,10 @@ template int NPTi::readyCheck() { } template int NPTi::readyCheck() { + + //check parent's readyCheck() first + if (T::readyCheck() == -1) + return -1; // First check to see if we have a target temperature. // Not having one is fatal.