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 561 by mmeineke, Fri Jun 20 20:29:36 2003 UTC vs.
Revision 567 by mmeineke, Wed Jun 25 21:12:14 2003 UTC

# Line 783 | Line 783 | void SimSetup::createSim( void ){
783  
784      if (the_globals->haveTauThermostat())
785        myNVT->setTauThermostat(the_globals->getTauThermostat());
786 <    else if (the_globals->haveQmass())
787 <      myNVT->setQmass(the_globals->getQmass());
786 > //     else if (the_globals->haveQmass())
787 > //       myNVT->setQmass(the_globals->getQmass());
788      else {
789        sprintf( painCave.errMsg,
790                 "SimSetup error: If you use the NVT\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines