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

Comparing trunk/mdtools/headers/mpiSimulation.hpp (file contents):
Revision 207 by mmeineke, Tue Dec 10 21:41:23 2002 UTC vs.
Revision 208 by mmeineke, Fri Dec 13 17:59:48 2002 UTC

# Line 19 | Line 19 | class mpiSimulation{ (public)
19    int  getMyAtomStart( void ) { return myAtomStart; }
20    int  getMyAtomEnd( void )   { return myAtomEnd; }
21    int  getMyNlocal( void )    { return myNlocal; }
22 +
23 +  int getTotAtoms( void )     { return simTotAtoms; }
24    
25  
26   private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines