| # | Line 21 | Line 21 | class mpiSimulation{ (public) | |
|---|---|---|
| 21 | int getMyNMol( void ) { return mpiPlug->myNMol; } | |
| 22 | int getMyNlocal( void ) { return mpiPlug->myNlocal; } | |
| 23 | int getTotAtoms( void ) { return mpiPlug->nAtomsGlobal; } | |
| 24 | + | int* getAtomToProcMap( void ) { return AtomToProcMap; } | 
| 25 | ||
| 26 | ||
| 27 | // sets the internal function pointer to fortran. | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |