--- trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/08/26 20:37:30 726 +++ trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/09/25 19:27:15 787 @@ -57,17 +57,13 @@ int* mpiSimulation::divideLabor( void ){ int old_atoms, add_atoms, new_atoms; int nTarget; - int molIndex, atomIndex, compIndex, compStart; + int molIndex, atomIndex; int done; - int nLocal, molLocal; int i, j, loops, which_proc, nmol_local, natoms_local; int nmol_global, natoms_global; - int local_index, index; - int smallDiff, bigDiff; + int local_index; int baseSeed = entryPlug->getSeed(); - int testSum; - nComponents = entryPlug->nComponents; compStamps = entryPlug->compStamps; componentsNmol = entryPlug->componentsNmol;