--- trunk/mdtools/mpi_implementation/mpiSimulation.cpp 2002/12/09 20:54:42 200 +++ trunk/mdtools/mpi_implementation/mpiSimulation.cpp 2002/12/10 21:41:26 202 @@ -49,6 +49,13 @@ void mpiSimulation::divideLabor( void ){ compStamps = entryPlug->compStamps; componentsNmol = entryPlug->componentsNmol; + simTotAtoms = entryPlug->n_atoms; + simTotBonds = entryPlug->n_bonds; + simTotBends = entryPlug->n_bends; + simTotTorsions = entryPlug->n_torsions; + simTotSRI = entryPlug->n_SRI; + simTotNmol = entryPlug->n_nmol; + numerator = (double) entryPlug->n_atoms; denominator = (double) numberProcessors; precast = numerator / denominator;