ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mpiSimulation.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mpiSimulation.cpp (file contents):
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC vs.
Revision 708 by tim, Wed Aug 20 22:23:34 2003 UTC

# Line 66 | Line 66 | int* mpiSimulation::divideLabor( void ){
66    int nmol_global, natoms_global;
67    int local_index, index;
68    int smallDiff, bigDiff;
69 <  int baseSeed = BASE_SEED;
69 >  int baseSeed = entryPlug->getSeed();
70  
71    int testSum;
72  
# Line 82 | Line 82 | int* mpiSimulation::divideLabor( void ){
82    mpiPlug->nSRIGlobal = entryPlug->n_SRI;
83    mpiPlug->nMolGlobal = entryPlug->n_mol;
84  
85 +  
86    myRandom = new randomSPRNG( baseSeed );
87  
88    a = 3.0 * (double)mpiPlug->nMolGlobal / (double)mpiPlug->nAtomsGlobal;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines