| # | 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 | < | |
| 24 | > | int* getAtomToProcMap( void ) { return AtomToProcMap; } |
| 25 | ||
| 26 | // sets the internal function pointer to fortran. | |
| 27 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |