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

Comparing:
trunk/OOPSE/libmdtools/SimSetup.cpp (file contents), Revision 841 by mmeineke, Wed Oct 29 17:55:28 2003 UTC vs.
branches/new-templateless/OOPSE/libmdtools/SimSetup.cpp (file contents), Revision 848, Fri Oct 31 18:28:53 2003 UTC

# Line 853 | Line 853 | void SimSetup::finalInfoCheck(void){
853          info[i].setDefaultEcr(theEcr, theEst);
854        }
855      }
856 +    info[i].checkCutOffs();
857    }
858  
859   #ifdef IS_MPI
# Line 1414 | Line 1415 | void SimSetup::makeIntegrator(void){
1415  
1416          if (globals->haveTauThermostat())
1417            myNPTf->setTauThermostat(globals->getTauThermostat());
1418 +
1419          else{
1420            sprintf(painCave.errMsg,
1421                    "SimSetup error: If you use an NPT\n"
# Line 1424 | Line 1426 | void SimSetup::makeIntegrator(void){
1426  
1427          if (globals->haveTauBarostat())
1428            myNPTf->setTauBarostat(globals->getTauBarostat());
1429 +
1430          else{
1431            sprintf(painCave.errMsg,
1432                    "SimSetup error: If you use an NPT\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines