--- trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/03/27 14:30:24 418 +++ trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/03/27 15:07:29 419 @@ -25,7 +25,6 @@ mpiSimulation::mpiSimulation(SimInfo* the_entryPlug) MolToProcMap = new int[entryPlug->n_mol]; MolComponentType = new int[entryPlug->n_mol]; - AtomToProcMap = new int[entryPlug->n_atoms]; mpiSim = this;