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

Comparing trunk/OOPSE/libmdtools/mpiComponentPlan.h (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 405 by gezelter, Wed Mar 26 18:02:18 2003 UTC

# Line 10 | Line 10 | typedef struct{
10    int nBendsGlobal;
11    int nTorsionsGlobal;
12    int nSRIGlobal;
13 <  int myMolStart;
14 <  int myMolEnd;
15 <  int myAtomStart;
16 <  int myAtomEnd;
17 <  int myMol;
13 >  int myNMol;
14    int myNlocal;
15    int myNode;
16    int numberProcessors;
# Line 41 | Line 37 | type, public :: mpiComponentPlan
37       integer :: nBendsGlobal = 0
38       integer :: nTorsionsGlobal = 0
39       integer :: nSRIGlobal = 0
40 <     integer :: myMolStart = 0
45 <     integer :: myMolEnd = 0
46 <     integer :: myAtomStart = 0
47 <     integer :: myAtomEnd = 0
48 <     integer :: myMol = 0
40 >     integer :: myNMol = 0
41       integer :: myNlocal = 0
42       integer :: myNode = 0
43       integer :: numberProcessors = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines