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 843 by mmeineke, Wed Oct 29 20:41:39 2003 UTC vs.
Revision 855 by mmeineke, Thu Nov 6 22:01:37 2003 UTC

# Line 699 | Line 699 | void SimSetup::gatherInfo(void){
699      
700      if (globals->haveTempSet())
701        info[i].setTemp = globals->getTempSet();
702 +
703 +    // check for the extended State init
704 +
705 +    info[i].useInitXSstate = globals->getUseInitXSstate();
706 +    info[i].orthoTolerance = globals->getOrthoBoxTolerance();
707      
708    }
709    
# Line 853 | Line 858 | void SimSetup::finalInfoCheck(void){
858          info[i].setDefaultEcr(theEcr, theEst);
859        }
860      }
861 +
862 +    if( !initSuspend )
863 +      info[i].checkCutOffs();
864    }
865  
866   #ifdef IS_MPI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines