| # | Line 25 | Line 25 | mpiSimulation::mpiSimulation(SimInfo* the_entryPlug) | |
|---|---|---|
| 25 | ||
| 26 | MolToProcMap = new int[entryPlug->n_mol]; | |
| 27 | MolComponentType = new int[entryPlug->n_mol]; | |
| 28 | – | |
| 28 | AtomToProcMap = new int[entryPlug->n_atoms]; | |
| 29 | ||
| 30 | mpiSim = this; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |