--- trunk/OOPSE/libmdtools/mpiSimulation.hpp 2003/03/26 18:02:18 405 +++ trunk/OOPSE/libmdtools/mpiSimulation.hpp 2003/03/26 23:14:02 416 @@ -21,6 +21,7 @@ class mpiSimulation{ (public) int getMyNMol( void ) { return mpiPlug->myNMol; } int getMyNlocal( void ) { return mpiPlug->myNlocal; } int getTotAtoms( void ) { return mpiPlug->nAtomsGlobal; } + int* getAtomToProcMap( void ) { return AtomToProcMap; } // sets the internal function pointer to fortran.