ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/mpiSimulation.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/brains/mpiSimulation.hpp (file contents):
Revision 1724 by tim, Wed Nov 10 02:58:55 2004 UTC vs.
Revision 1725 by tim, Wed Nov 10 22:01:06 2004 UTC

# Line 21 | Line 21 | class mpiSimulation{ (public)
21    
22    int* getMolToProcMap()   { return MolToProcMap; }
23  
24  vector<int> getGlobalAtomIndex() {return globalAtomIndex; }
25  vector<int> getGlobalGroupIndex() {return globalGroupIndex; }
26  vector<int> getGlobalMolIndex() {return globalMolIndex;}
24  
25    // call at the begining and after load balancing
26    
# Line 34 | Line 31 | class mpiSimulation{ (public)
31    mpiSimData* parallelData;
32    int *MolToProcMap;
33  
37  
38
39  vector<int> globalAtomIndex;
40  vector<int> globalMolIndex;
41  vector<int> globalGroupIndex;
42
34   };
35  
36   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines