ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mpiSimulation.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mpiSimulation.hpp (file contents):
Revision 405 by gezelter, Wed Mar 26 18:02:18 2003 UTC vs.
Revision 416 by gezelter, Wed Mar 26 23:14:02 2003 UTC

# 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines