--- trunk/OOPSE/libmdtools/mpiSimulation.hpp 2003/03/26 23:14:02 416 +++ trunk/OOPSE/libmdtools/mpiSimulation.hpp 2003/03/27 15:07:29 419 @@ -21,8 +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; } - + int* getAtomToProcMap( void ) { return AtomToProcMap; } // sets the internal function pointer to fortran.