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 504 by mmeineke, Thu Apr 17 21:54:18 2003 UTC vs.
Revision 555 by mmeineke, Tue Jun 17 21:56:15 2003 UTC

# Line 734 | Line 734 | void SimSetup::createSim( void ){
734    if( the_globals->haveTempSet() ) simnfo->setTemp = the_globals->getTempSet();
735  
736  
737 < //   // make the longe range forces and the integrator
738 <
739 < //   new AllLong( simnfo );
737 >  // make the integrator
738  
739  
740 <  if( !strcmp( force_field, "TraPPE_Ex" ) ){
740 >  if( !strcmp( ensemble, "TraPPE_Ex" ) ){
741      new Symplectic(simnfo, the_ff, the_extendedsystem);
742    }
743    else if( !strcmp( force_field, "LJ" ) ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines