ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/SimSetup.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SimSetup.cpp (file contents):
Revision 363 by mmeineke, Tue Mar 18 21:27:53 2003 UTC vs.
Revision 365 by mmeineke, Tue Mar 18 22:17:31 2003 UTC

# Line 592 | Line 592 | void SimSetup::createSim( void ){
592    
593    simnfo->refreshSim();
594    
595 <  if( !stcmp( simnfo->mixingRule, "standard") ){
595 >  if( !strcmp( simnfo->mixingRule, "standard") ){
596      the_ff->initForceField( LB_MIXING_RULE );
597    }
598 <  else if( !stcmp( simnfo->mixingRule, "explicit") ){
598 >  else if( !strcmp( simnfo->mixingRule, "explicit") ){
599      the_ff->initForceField( EXPLICIT_MIXING_RULE );
600    }
601    else{
# Line 699 | Line 699 | void SimSetup::makeBonds( void ){
699  
700   void SimSetup::makeBonds( void ){
701  
702 <  int i, j, k, index, offset, molIndex;
702 >  int i, j, k, index, offset, molIndex, exI, exJ, tempEx;
703    bond_pair* the_bonds;
704    BondStamp* current_bond;
705  
# Line 766 | Line 766 | void SimSetup::makeBends( void ){
766  
767   void SimSetup::makeBends( void ){
768  
769 <  int i, j, k, index, offset, molIndex, exI, exJ;
769 >  int i, j, k, index, offset, molIndex, exI, exJ, tempEx;
770    bend_set* the_bends;
771    BendStamp* current_bend;
772    LinkedAssign* extras;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines