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 487 by mmeineke, Thu Apr 10 16:27:21 2003 UTC vs.
Revision 489 by mmeineke, Thu Apr 10 20:08:56 2003 UTC

# Line 385 | Line 385 | void SimSetup::createSim( void ){
385      if(mol2proc[i] == worldRank ){
386        the_molecules[molIndex].setStampID( molCompType[i] );
387        the_molecules[molIndex].setMyIndex( molIndex );
388 +      the_molecules[molIndex].setGlobalIndex( i );
389        molIndex++;
390      }
391    }
# Line 396 | Line 397 | void SimSetup::createSim( void ){
397      for(j=0; j<components_nmol[i]; j++ ){
398        the_molecules[molIndex].setStampID( i );
399        the_molecules[molIndex].setMyIndex( molIndex );
400 +      the_molecules[molIndex].setGlobalIndex( molIndex );
401        molIndex++;
402      }
403    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines