| # | Line 127 | Line 127 | int* mpiSimulation::divideLabor( void ){ | |
|---|---|---|
| 127 | // How many atoms does this processor have? | |
| 128 | ||
| 129 | old_atoms = AtomsPerProc[which_proc]; | |
| 130 | < | add_atoms = compStamps[MolComponentType[i]]->getTotAtoms(); | 
| 130 | > | add_atoms = compStamps[MolComponentType[i]]->getNAtoms(); | 
| 131 | new_atoms = old_atoms + add_atoms; | |
| 132 | ||
| 133 | // If we've been through this loop too many times, we need | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |