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

Comparing trunk/OOPSE/libmdtools/SimSetup.cpp (file contents):
Revision 738 by tim, Tue Sep 2 14:30:12 2003 UTC vs.
Revision 746 by mmeineke, Thu Sep 4 21:48:35 2003 UTC

# Line 686 | Line 686 | void SimSetup::gatherInfo(void){
686  
687      if (globals->haveThermalTime()){
688        info[i].thermalTime = globals->getThermalTime();
689 +    }
690 +
691 +    info[i].resetIntegrator = 0;
692 +    if( globals->haveResetTime() ){
693 +      info[i].resetTime = globals->getResetTime();
694 +      info[i].resetIntegrator = 1;
695      }
696  
697      // check for the temperature set flag

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines