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 416 by gezelter, Wed Mar 26 23:14:02 2003 UTC vs.
Revision 419 by gezelter, Thu Mar 27 15:07:29 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 <  
24 >  int* getAtomToProcMap( void )  { return AtomToProcMap; }
25  
26    // sets the internal function pointer to fortran.
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines