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 199 by mmeineke, Mon Dec 9 20:54:38 2002 UTC vs.
Revision 201 by mmeineke, Tue Dec 10 21:41:23 2002 UTC

# Line 12 | Line 12 | class mpiSimulation{ (public)
12    
13    void divideLabor( void );
14    
15 <  int  getMyNode(void) {return myNode;}
15 >  int  getMyNode(void)        { return myNode; }
16 >  int  getMyMolStart( void )  { return myMolStart; }
17 >  int  getMyMolEnd( void )    { return myMlEnd; }
18 >  int  getMyMol( void )       { return myMol; }
19 >  int  getMyAtomStart( void ) { return myAtomStart; }
20 >  int  getMyAtomEnd( void )   { return myAtomEnd; }
21 >  int  getMyNlocal( void )    { return myNlocal; }
22    
17  
23  
24   private:
25  
# Line 34 | Line 39 | class mpiSimulation{ (public)
39    int  natomsRow,natomsCol;
40    int  numberCols,numberRows;
41    int  nmolsRow,nmolsCol,nmolsLocal;
37  
42  
43 +
44 +  int simTotAtoms, simTotBonds, simTotBends, simTotTorsions;
45 +  int simTotSRI, simTotNmol;
46 +
47   };
48  
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines