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 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 404 by chuckv, Wed Mar 26 16:12:53 2003 UTC

# Line 68 | Line 68 | int* mpiSimulation::divideLabor( void ){
68    mpiPlug->nSRIGlobal = entryPlug->n_SRI;
69    mpiPlug->nMolGlobal = entryPlug->n_mol;
70  
71 +
72 +
73 +
74 +
75 +
76 +
77 +
78 +
79 +
80 +
81 +
82    numerator = (double) entryPlug->n_atoms;
83    denominator = (double) mpiPlug->numberProcessors;
84    precast = numerator / denominator;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines